Skip to content

Commit 57f477a

Browse files
committed
Run mypy by pre-commit
1 parent 7af1d80 commit 57f477a

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
@@ -40,6 +40,14 @@ repos:
4040
language: unsupported
4141
types: [python]
4242

43+
- id: local-mypy
44+
name: mypy check
45+
entry: uv run mypy backend/app
46+
require_serial: true
47+
language: unsupported
48+
pass_filenames: false
49+
types: [python]
50+
4351
- id: generate-frontend-sdk
4452
name: Generate Frontend SDK
4553
entry: bash ./scripts/generate-client.sh

0 commit comments

Comments
 (0)