type: 渐进式接入 Pyright 并类型化 ORM 模型
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"include": ["core", "utils", "web", "tests"],
|
||||
"exclude": [
|
||||
"**/__pycache__",
|
||||
"artifacts",
|
||||
"evidence",
|
||||
"scripts",
|
||||
"tools",
|
||||
"work"
|
||||
],
|
||||
"typeCheckingMode": "basic",
|
||||
"reportMissingImports": "none",
|
||||
"reportMissingModuleSource": "none"
|
||||
}
|
||||
Reference in New Issue
Block a user