Skip to content

Commit 1eb6007

Browse files
authored
Merge pull request #12873 from pytest-dev/patchback/backports/8.3.x/f373974707f57a0b28d12563e4d03c7cd54c70d9/pr-12872
2 parents d450afe + 5b6a8d6 commit 1eb6007

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)