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
+14
View File
@@ -0,0 +1,14 @@
{
"include": ["core", "utils", "web", "tests"],
"exclude": [
"**/__pycache__",
"artifacts",
"evidence",
"scripts",
"tools",
"work"
],
"typeCheckingMode": "basic",
"reportMissingImports": "none",
"reportMissingModuleSource": "none"
}