We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a924ee7 commit b8c221bCopy full SHA for b8c221b
1 file changed
pyproject.toml
@@ -28,7 +28,7 @@ pydicom_stubs = ["*.pyi"]
28
[project.optional-dependencies]
29
dev = [
30
"mypy",
31
- "pydicom @ git+https://github.com/pydicom/pydicom.git@main",
+ # "pydicom @ git+https://github.com/pydicom/pydicom.git@main",
32
"build",
33
]
34
@@ -46,4 +46,4 @@ warn_unreachable = false
46
ignore_missing_imports = true
47
disallow_untyped_calls = true
48
disallow_untyped_defs = true
49
-disallow_incomplete_defs = true
+disallow_incomplete_defs = true
0 commit comments