Skip to content

Commit 373ea8d

Browse files
committed
mypy precommit
1 parent 0c57f88 commit 373ea8d

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
@@ -46,3 +46,7 @@ repos:
4646
files: ^(HOWTORELEASE.rst|README.rst)$
4747
language: python
4848
additional_dependencies: [pygments, restructuredtext_lint]
49+
- repo: https://github.com/pre-commit/mirrors-mypy
50+
rev: 'v1.15.0'
51+
hooks:
52+
- id: mypy

0 commit comments

Comments
 (0)