We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91332c2 commit 4431e79Copy full SHA for 4431e79
.pre-commit-config.yaml
@@ -5,3 +5,10 @@ repos:
5
- id: ruff
6
args: ["--fix"]
7
types: [python]
8
+
9
+ - repo: https://github.com/pre-commit/mirrors-mypy
10
+ rev: v1.15.0
11
+ hooks:
12
+ - id: mypy
13
+ args: ["--ignore-missing-imports"]
14
+ types: [python]
0 commit comments