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.
mypy
1 parent 712d9c2 commit 8b6b8b0Copy full SHA for 8b6b8b0
.pre-commit-config.yaml
@@ -20,6 +20,13 @@ repos:
20
args: [--fix, --exit-non-zero-on-fix]
21
- id: ruff-format
22
23
+ - repo: https://github.com/pre-commit/mirrors-mypy
24
+ rev: v1.16.0
25
+ hooks:
26
+ - id: mypy
27
+ args: [--ignore-missing-imports, --strict]
28
+ exclude: "tests"
29
+
30
- repo: https://github.com/pre-commit/pre-commit-hooks
31
rev: v5.0.0
32
hooks:
0 commit comments