diracx 0.0.1a20__tar.gz → 0.0.1a21__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: diracx
3
- Version: 0.0.1a20
3
+ Version: 0.0.1a21
4
4
  Summary: Client installation for users of DiracX installations
5
5
  License: GPL-3.0-only
6
6
  Classifier: Intended Audience :: Science/Research
@@ -120,6 +120,10 @@ ignore_missing_imports = true
120
120
  module = 'authlib.*'
121
121
  ignore_missing_imports = true
122
122
 
123
+ [[tool.mypy.overrides]]
124
+ module = 'sh.*'
125
+ ignore_missing_imports = true
126
+
123
127
  [tool.pytest.ini_options]
124
128
  testpaths = [
125
129
  "diracx-api/tests",
File without changes
File without changes
File without changes