We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ce81cb commit 0fd7a6cCopy full SHA for 0fd7a6c
pyproject.toml
@@ -74,7 +74,7 @@ dependencies = [
74
[tool.hatch.envs.dev.scripts]
75
test = "pytest {args:.}"
76
lint = "ruff {args:delphin/}"
77
-typecheck = "mypy delphin --namespace-packages --explicit-package-bases --ignore-missing-imports"
+typecheck = "mypy --namespace-packages --explicit-package-bases --ignore-missing-imports --disable-error-code=method-assign {args:delphin/}"
78
79
[tool.hatch.envs.docs]
80
dependencies = [
@@ -104,3 +104,6 @@ force-wrap-aliases = true
104
105
[tool.ruff.format]
106
quote-style = "single"
107
+
108
+[tool.mypy]
109
+python_version = "3.8"
0 commit comments