We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2242cd4 + cfd2e20 commit f373974Copy full SHA for f373974
.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
@@ -481,6 +481,7 @@ files = [
481
mypy_path = [
482
"src",
483
]
484
+python_version = "3.8"
485
check_untyped_defs = true
486
disallow_any_generics = true
487
disallow_untyped_defs = true
0 commit comments