type: 渐进式接入 Pyright 并类型化 ORM 模型

This commit is contained in:
yml2213
2026-08-30 19:44:01 +08:00
parent 13b5aedd1d
commit 17577ff734
8 changed files with 431 additions and 295 deletions
+5
View File
@@ -71,6 +71,11 @@ if [ "${1:-}" = "format-check" ]; then
exec uv run --group dev ruff format --check "$@"
fi
if [ "${1:-}" = "type-check" ]; then
shift
exec uv run --group dev pyright "$@"
fi
BACKEND_PID=""
FRONTEND_PID=""
WORKER_PID=""