16 lines
510 B
JSON
16 lines
510 B
JSON
{
|
|
"typeCheckingMode": "basic",
|
|
"reportGeneralTypeIssues": "warning",
|
|
"reportArgumentType": "warning",
|
|
"reportOptionalMemberAccess": "warning",
|
|
"reportOperatorIssue": "warning",
|
|
"reportAttributeAccessIssue": "warning",
|
|
"reportMissingImports": "warning",
|
|
"reportReturnType": "warning",
|
|
"reportAssignmentType": "warning",
|
|
"reportOptionalSubscript": "warning",
|
|
"reportOptionalIterable": "warning",
|
|
"reportCallIssue": "warning",
|
|
"reportUnhashable": "warning"
|
|
}
|