Skip to content

Commit 2097b90

Browse files
authored
👷 Run mypy by pre-commit (#459)
1 parent 363e435 commit 2097b90

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
@@ -27,3 +27,10 @@ repos:
2727
require_serial: true
2828
language: unsupported
2929
types: [python]
30+
31+
- id: local-mypy
32+
name: mypy check
33+
entry: uv run mypy asyncer
34+
require_serial: true
35+
language: unsupported
36+
pass_filenames: false

0 commit comments

Comments
 (0)