Skip to content

Commit a327365

Browse files
authored
👷 Run mypy by pre-commit (#35)
1 parent 7b0d7f1 commit a327365

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,10 @@ repos:
2626
require_serial: true
2727
language: unsupported
2828
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

Comments
 (0)