Skip to content

Commit 5b6a8d6

Browse files
webknjazpatchback[bot]
authored andcommitted
Merge pull request #12872 from Pierre-Sassoulas/fix-pre-commit-python-3.8
(cherry picked from commit f373974)
1 parent d450afe commit 5b6a8d6

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
@@ -479,6 +479,7 @@ files = [
479479
mypy_path = [
480480
"src",
481481
]
482+
python_version = "3.8"
482483
check_untyped_defs = true
483484
disallow_any_generics = true
484485
disallow_untyped_defs = true

0 commit comments

Comments
 (0)