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
+1 -1
View File
@@ -3,4 +3,4 @@ set -euo pipefail
ROOT_DIR="$(cd "$(dirname "$0")/.." && pwd)"
git -C "$ROOT_DIR" config core.hooksPath .githooks
echo "已启用 .githooksRuff 格式检查 + pytest pre-push 门禁)"
echo "已启用 .githooksRuff 格式检查 + pytest pre-push 门禁TYPECHECK=1 可启用 Pyright"