We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b0d7f1 commit a327365Copy full SHA for a327365
1 file changed
.pre-commit-config.yaml
@@ -26,3 +26,10 @@ repos:
26
require_serial: true
27
language: unsupported
28
types: [python]
29
+
30
+ - id: local-mypy
31
+ name: mypy check
32
+ entry: uv run mypy src
33
+ require_serial: true
34
+ language: unsupported
35
+ pass_filenames: false
0 commit comments