👷 Run mypy by pre-commit (#2169)

This commit is contained in:
Motov Yurii
2026-02-03 21:28:50 +03:00
committed by GitHub
parent 7af1d80593
commit 8b35efe999
4 changed files with 15 additions and 5 deletions

View File

@@ -40,6 +40,13 @@ repos:
language: unsupported
types: [python]
- id: local-mypy
name: mypy check
entry: uv run mypy backend/app
require_serial: true
language: unsupported
pass_filenames: false
- id: generate-frontend-sdk
name: Generate Frontend SDK
entry: bash ./scripts/generate-client.sh