Skip to content

Commit cfd2e20

Browse files
[mypy] python-version independant from pre-commit
1 parent 2242cd4 commit cfd2e20

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ repos:
3232
hooks:
3333
- id: mypy
3434
files: ^(src/|testing/|scripts/)
35-
args: ["--python-version=3.8"]
3635
additional_dependencies:
3736
- iniconfig>=1.1.0
3837
- attrs>=19.2.0

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,7 @@ files = [
481481
mypy_path = [
482482
"src",
483483
]
484+
python_version = "3.8"
484485
check_untyped_defs = true
485486
disallow_any_generics = true
486487
disallow_untyped_defs = true

0 commit comments

Comments
 (0)