We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f27fd3 commit f80d983Copy full SHA for f80d983
.pre-commit-config.yaml
@@ -20,3 +20,8 @@ repos:
20
hooks:
21
- id: flake8
22
args: [--max-line-length=131, --extend-ignore=E203]
23
+
24
+- repo: https://github.com/pre-commit/mirrors-mypy
25
+ rev: v0.971
26
+ hooks:
27
+ - id: mypy
0 commit comments