sarlink-portal-api/pyrightconfig.json
2025-01-20 14:33:03 +05:00

14 lines
218 B
JSON

{
"venvPath": ".",
"venv": ".venv",
"reportMissingImports": "error",
"include": ["src"],
"exclude": [
"council-api/**/migrations",
"**/__pycache__",
"src/experimental",
"src/typestubs"
]
}