We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 122c799 commit 33d1313Copy full SHA for 33d1313
.pre-commit-config.yaml
@@ -41,10 +41,11 @@ repos:
41
- id: rst-directive-colons
42
- id: rst-inline-touching-normal
43
- id: text-unicode-replacement-char
44
- # - repo: https://github.com/pre-commit/mirrors-mypy
45
- # rev: v1.6.0
46
- # hooks:
47
- # - id: mypy
+ - repo: https://github.com/pre-commit/mirrors-mypy
+ rev: v1.6.0
+ hooks:
+ - id: mypy
48
+ exclude: "tests/input/"
49
- repo: local
50
hooks:
51
- id: pylint
0 commit comments