Browse Source

refactor: update pyrightconfig.json to use ignore field for better type checking configuration (#25373)

tags/1.9.0
-LAN- 1 month ago
parent
commit
ec0800eb1a
No account linked to committer's email address
1 changed files with 4 additions and 8 deletions
  1. 4
    8
      api/pyrightconfig.json

+ 4
- 8
api/pyrightconfig.json View File

{ {
"include": [
"."
],
"exclude": [
"tests/",
"migrations/",
".venv/",
"include": ["models", "configs"],
"exclude": [".venv", "tests/", "migrations/"],
"ignore": [
"core/", "core/",
"controllers/", "controllers/",
"tasks/", "tasks/",
"typeCheckingMode": "strict", "typeCheckingMode": "strict",
"pythonVersion": "3.11", "pythonVersion": "3.11",
"pythonPlatform": "All" "pythonPlatform": "All"
}
}

Loading…
Cancel
Save