We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6db6877 commit 19061d6Copy full SHA for 19061d6
1 file changed
.pre-commit-config.yaml
@@ -46,3 +46,7 @@ repos:
46
files: ^(HOWTORELEASE.rst|README.rst)$
47
language: python
48
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