Skip to content

Commit dad5ba4

Browse files
Add mypy pre-commit
1 parent 4383bcc commit dad5ba4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@ repos:
1818
rev: 5.0.4
1919
hooks:
2020
- id: flake8
21+
- repo: https://github.com/pre-commit/mirrors-mypy
22+
rev: "v0.982"
23+
hooks:
24+
- id: mypy

0 commit comments

Comments
 (0)