Skip to content

Commit cbf9f50

Browse files
committed
Run mypy by pre-commit
1 parent dd51746 commit cbf9f50

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ repos:
2828
language: unsupported
2929
types: [python]
3030

31+
- id: local-mypy
32+
name: mypy check
33+
entry: uv run mypy sqlmodel tests/test_select_typing.py
34+
require_serial: true
35+
language: unsupported
36+
pass_filenames: false
37+
types: [python]
38+
3139
- id: generate-select
3240
language: unsupported
3341
name: generate-select

0 commit comments

Comments
 (0)