16 lines
461 B
JSON
16 lines
461 B
JSON
|
|
{
|
||
|
|
"include": ["backend"],
|
||
|
|
"extraPaths": ["backend"],
|
||
|
|
"pythonVersion": "3.11",
|
||
|
|
"typeCheckingMode": "standard",
|
||
|
|
"reportUnknownMemberType": false,
|
||
|
|
"reportUnknownArgumentType": false,
|
||
|
|
"reportUnknownVariableType": false,
|
||
|
|
"reportUnknownParameterType": false,
|
||
|
|
"reportMissingTypeStubs": false,
|
||
|
|
"reportAttributeAccessIssue": false,
|
||
|
|
"reportArgumentType": false,
|
||
|
|
"reportCallIssue": false,
|
||
|
|
"reportOperatorIssue": false
|
||
|
|
}
|