Skip to content

Commit ff3ae7a

Browse files
committed
chore: update mypy configuration
1 parent 29af960 commit ff3ae7a

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,10 @@ repos:
3333
language_version: "3.12"
3434
stages: [manual]
3535
'types_or': [ python, pyi ]
36-
exclude: docs|tools|conftest.py
36+
exclude: docs|tools|noxfile.py
3737
args: ["--python-version=3.9"]
3838
additional_dependencies:
3939
- mypy==1.20.2
40-
- nox
4140
- pytest<9
4241
- types-setuptools
4342

@@ -46,15 +45,15 @@ repos:
4645
hooks:
4746
- id: mypy
4847
name: mypy 3.10
49-
exclude: docs|tools|conftest.py
48+
exclude: docs|tools
5049
args: ["--python-version=3.10"]
5150
additional_dependencies:
5251
- nox
5352
- pytest
5453
- types-setuptools
5554
- id: mypy
5655
name: mypy 3.14
57-
exclude: docs|conftest.py
56+
exclude: docs
5857
args: ["--python-version=3.14"]
5958
additional_dependencies:
6059
- nox

0 commit comments

Comments
 (0)