Skip to content

Commit a86c7e9

Browse files
committed
chore: add mypy pre-commit hook
1 parent a3cf6f4 commit a86c7e9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,8 @@ repos:
1414
rev: stable
1515
hooks:
1616
- id: black
17+
- repo: https://github.com/pre-commit/mirrors-mypy
18+
rev: v0.790
19+
hooks:
20+
- id: mypy
21+
verbose: true

0 commit comments

Comments
 (0)