23 lines
715 B
JSON
23 lines
715 B
JSON
|
|
{
|
||
|
|
"include": ["api"],
|
||
|
|
"exclude": ["**/__pycache__", "**/node_modules", "**/.git"],
|
||
|
|
"typeCheckingMode": "standard",
|
||
|
|
"pythonVersion": "3.12",
|
||
|
|
"pythonPlatform": "Linux",
|
||
|
|
"stubPath": "",
|
||
|
|
"extraPaths": [
|
||
|
|
"api/src"
|
||
|
|
],
|
||
|
|
"reportAssignmentType": "none",
|
||
|
|
"reportMissingImports": "error",
|
||
|
|
"reportMissingTypeStubs": "none",
|
||
|
|
"reportUnknownMemberType": "information",
|
||
|
|
"reportUnknownParameterType": "information",
|
||
|
|
"reportUnknownVariableType": "information",
|
||
|
|
"reportUntypedFunctionDecorator": "warning",
|
||
|
|
"reportUnannotatedClassAttribute": "warning",
|
||
|
|
"reportDeprecated": "warning",
|
||
|
|
"reportPrivateImportUsage": "none",
|
||
|
|
"reportImportCycles": "none"
|
||
|
|
}
|