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 4383bcc commit dad5ba4Copy full SHA for dad5ba4
.pre-commit-config.yaml
@@ -18,3 +18,7 @@ repos:
18
rev: 5.0.4
19
hooks:
20
- id: flake8
21
+ - repo: https://github.com/pre-commit/mirrors-mypy
22
+ rev: "v0.982"
23
+ hooks:
24
+ - id: mypy
0 commit comments