Skip to content

Commit 33d1313

Browse files
Activate mypy in pre-commit
1 parent 122c799 commit 33d1313

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,11 @@ repos:
4141
- id: rst-directive-colons
4242
- id: rst-inline-touching-normal
4343
- id: text-unicode-replacement-char
44-
# - repo: https://github.com/pre-commit/mirrors-mypy
45-
# rev: v1.6.0
46-
# hooks:
47-
# - id: mypy
44+
- repo: https://github.com/pre-commit/mirrors-mypy
45+
rev: v1.6.0
46+
hooks:
47+
- id: mypy
48+
exclude: "tests/input/"
4849
- repo: local
4950
hooks:
5051
- id: pylint

0 commit comments

Comments
 (0)