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.
2 parents d450afe + 5b6a8d6 commit 1eb6007Copy full SHA for 1eb6007
.pre-commit-config.yaml
@@ -32,7 +32,6 @@ repos:
32
hooks:
33
- id: mypy
34
files: ^(src/|testing/|scripts/)
35
- args: ["--python-version=3.8"]
36
additional_dependencies:
37
- iniconfig>=1.1.0
38
- attrs>=19.2.0
pyproject.toml
@@ -479,6 +479,7 @@ files = [
479
mypy_path = [
480
"src",
481
]
482
+python_version = "3.8"
483
check_untyped_defs = true
484
disallow_any_generics = true
485
disallow_untyped_defs = true
0 commit comments