Skip to content

Commit a1b977b

Browse files
committed
Add mypy
1 parent ae763dc commit a1b977b

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
@@ -34,5 +34,10 @@ repos:
3434
- id: check-hooks-apply
3535
- id: check-useless-excludes
3636

37+
- repo: https://github.com/pre-commit/mirrors-mypy
38+
rev: v1.14.1
39+
hooks:
40+
- id: mypy
41+
3742
ci:
3843
autoupdate_schedule: quarterly

0 commit comments

Comments
 (0)