Skip to content

Commit f15d94d

Browse files
committed
Add mypy as pre-commit hook
1 parent 706656f commit f15d94d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.pre-commit-config.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,14 @@ repos:
2525
rev: v2.4.1
2626
hooks:
2727
- id: codespell
28+
29+
- repo: https://github.com/pre-commit/mirrors-mypy.git
30+
rev: "v1.15.0"
31+
hooks:
32+
- id: mypy
33+
args: []
34+
exclude: tests/
35+
additional_dependencies:
36+
- pyparsing
37+
- types-psutil
38+
- pyzmq

0 commit comments

Comments
 (0)