2025-10-18 09:14:10 -04:00
|
|
|
{
|
|
|
|
|
"reportMissingImports": true,
|
|
|
|
|
"reportMissingTypeStubs": false,
|
|
|
|
|
"pythonVersion": "3.13",
|
|
|
|
|
"pythonPlatform": "Linux",
|
2025-10-19 21:35:02 -04:00
|
|
|
"venvPath": ".",
|
|
|
|
|
"venv": ".venv",
|
|
|
|
|
"pythonPath": ".venv/bin/python",
|
2025-10-18 09:14:10 -04:00
|
|
|
"executionEnvironments": [
|
|
|
|
|
{
|
|
|
|
|
"root": "."
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"typeCheckingMode": "strict",
|
|
|
|
|
"useLibraryCodeForTypes": true,
|
|
|
|
|
"reportGeneralTypeIssues": true,
|
|
|
|
|
"reportPropertyTypeMismatch": true,
|
|
|
|
|
"reportFunctionMemberAccess": true,
|
|
|
|
|
"reportMissingParameterType": true,
|
|
|
|
|
"reportMissingTypeArgument": true,
|
|
|
|
|
"reportIncompatibleMethodOverride": "error",
|
|
|
|
|
"reportIncompatibleVariableOverride": true,
|
|
|
|
|
"reportInconsistentConstructor": true,
|
|
|
|
|
"strictListInference": true,
|
|
|
|
|
"strictDictionaryInference": true,
|
|
|
|
|
"strictSetInference": true,
|
|
|
|
|
"reportCallInDefaultInitializer": true,
|
|
|
|
|
"reportUnnecessaryIsInstance": true,
|
|
|
|
|
"reportUnnecessaryCast": true,
|
|
|
|
|
"reportUnnecessaryComparison": true,
|
|
|
|
|
"reportUnnecessaryContains": true,
|
|
|
|
|
"reportImplicitStringConcatenation": true,
|
|
|
|
|
"reportUnusedCoroutine": true,
|
|
|
|
|
"reportPrivateUsage": "warning",
|
|
|
|
|
"reportConstantRedefinition": "warning",
|
|
|
|
|
"reportImplicitOverride": "warning"
|
|
|
|
|
}
|