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 706656f commit f15d94dCopy full SHA for f15d94d
.pre-commit-config.yaml
@@ -25,3 +25,14 @@ repos:
25
rev: v2.4.1
26
hooks:
27
- 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