diff --git a/api/pyrightconfig.json b/api/pyrightconfig.json index 059b8bba4f..a3a5f2044e 100644 --- a/api/pyrightconfig.json +++ b/api/pyrightconfig.json @@ -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" -} \ No newline at end of file +}