We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25107ea commit 2a867a6Copy full SHA for 2a867a6
1 file changed
.pre-commit-config.yaml
@@ -33,7 +33,9 @@ repos:
33
hooks:
34
- id: mypy
35
args: []
36
- exclude: tests/
+ exclude:
37
+ - tests/
38
+ - tests_v400/
39
additional_dependencies:
40
- pyparsing
41
- types-psutil
0 commit comments