sarlink-portal-api/pyrightconfig.json

14 lines
218 B
JSON
Raw Normal View History

2025-01-20 14:33:03 +05:00
{
"venvPath": ".",
"venv": ".venv",
"reportMissingImports": "error",
"include": ["src"],
"exclude": [
"council-api/**/migrations",
"**/__pycache__",
"src/experimental",
"src/typestubs"
]
}