Skip to content

Commit e566a49

Browse files
committed
Add mypy to pre-commit
1 parent 0b48db7 commit e566a49

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
@@ -29,6 +29,10 @@ repos:
2929
hooks:
3030
- id: isort
3131
name: isort (python)
32+
- repo: https://github.com/pre-commit/mirrors-mypy
33+
rev: v1.18.2
34+
hooks:
35+
- id: mypy
3236
- repo: https://github.com/google/yamlfmt
3337
rev: v0.15.0
3438
hooks:

0 commit comments

Comments
 (0)