| { | { | ||||
| "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" | ||||
| } | |||||
| } |