16 lines
306 B
JSON
16 lines
306 B
JSON
{
|
|
"venvPath": ".",
|
|
"venv": ".venv",
|
|
"reportMissingImports": "error",
|
|
"include": ["src"],
|
|
"typeCheckingMode": "standard",
|
|
"reportArgumentType": "warning",
|
|
"reportUnusedVariable": "warning",
|
|
"exclude": [
|
|
"council-api/**/migrations",
|
|
"**/__pycache__",
|
|
"src/experimental",
|
|
"src/typestubs"
|
|
]
|
|
}
|