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