Skip to content

Commit f80d983

Browse files
committed
Add mypy
1 parent 2f27fd3 commit f80d983

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.pre-commit-config.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,8 @@ repos:
2020
hooks:
2121
- id: flake8
2222
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

Comments
 (0)