mirror of
https://github.com/i701/sarlink-portal-api.git
synced 2025-02-20 19:52:01 +00:00
14 lines
218 B
JSON
14 lines
218 B
JSON
{
|
|
"venvPath": ".",
|
|
"venv": ".venv",
|
|
"reportMissingImports": "error",
|
|
"include": ["src"],
|
|
|
|
"exclude": [
|
|
"council-api/**/migrations",
|
|
"**/__pycache__",
|
|
"src/experimental",
|
|
"src/typestubs"
|
|
]
|
|
}
|