Skip to content

Commit 07c23f4

Browse files
Pierre-Sassoulasstdedos
authored andcommitted
Activate mypy in pre-commit
1 parent 1c2613b commit 07c23f4

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
@@ -38,10 +38,11 @@ repos:
3838
- id: rst-directive-colons
3939
- id: rst-inline-touching-normal
4040
- id: text-unicode-replacement-char
41-
# - repo: https://github.com/pre-commit/mirrors-mypy
42-
# rev: v1.6.0
43-
# hooks:
44-
# - id: mypy
41+
- repo: https://github.com/pre-commit/mirrors-mypy
42+
rev: v1.6.0
43+
hooks:
44+
- id: mypy
45+
exclude: "tests/input/"
4546
# - repo: local
4647
# hooks:
4748
# - id: pylint

0 commit comments

Comments
 (0)