Pārlūkot izejas kodu

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

tags/1.9.0
-LAN- pirms 1 mēnesi
vecāks
revīzija
ec0800eb1a
Revīzijas autora e-pasta adrese nav piesaistīta nevienam kontam
1 mainītis faili ar 4 papildinājumiem un 8 dzēšanām
  1. 4
    8
      api/pyrightconfig.json

+ 4
- 8
api/pyrightconfig.json Parādīt failu

@@ -1,11 +1,7 @@
{
"include": [
"."
],
"exclude": [
"tests/",
"migrations/",
".venv/",
"include": ["models", "configs"],
"exclude": [".venv", "tests/", "migrations/"],
"ignore": [
"core/",
"controllers/",
"tasks/",
@@ -25,4 +21,4 @@
"typeCheckingMode": "strict",
"pythonVersion": "3.11",
"pythonPlatform": "All"
}
}

Notiek ielāde…
Atcelt
Saglabāt