We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29af960 commit ff3ae7aCopy full SHA for ff3ae7a
1 file changed
.pre-commit-config.yaml
@@ -33,11 +33,10 @@ repos:
33
language_version: "3.12"
34
stages: [manual]
35
'types_or': [ python, pyi ]
36
- exclude: docs|tools|conftest.py
+ exclude: docs|tools|noxfile.py
37
args: ["--python-version=3.9"]
38
additional_dependencies:
39
- mypy==1.20.2
40
- - nox
41
- pytest<9
42
- types-setuptools
43
@@ -46,15 +45,15 @@ repos:
46
45
hooks:
47
- id: mypy
48
name: mypy 3.10
49
+ exclude: docs|tools
50
args: ["--python-version=3.10"]
51
52
- nox
53
- pytest
54
55
56
name: mypy 3.14
57
- exclude: docs|conftest.py
+ exclude: docs
58
args: ["--python-version=3.14"]
59
60
0 commit comments