|
| 1 | +{ |
| 2 | + "deprecateTypingAliases": true, |
| 3 | + "enableReachabilityAnalysis": false, |
| 4 | + "include": [ |
| 5 | + "script.py" |
| 6 | + ], |
| 7 | + "pythonVersion": "3.14", |
| 8 | + "reportCallInDefaultInitializer": true, |
| 9 | + "reportImplicitOverride": true, |
| 10 | + "reportImplicitStringConcatenation": true, |
| 11 | + "reportImportCycles": true, |
| 12 | + "reportMissingSuperCall": true, |
| 13 | + "reportMissingTypeArgument": false, |
| 14 | + "reportMissingTypeStubs": false, |
| 15 | + "reportPrivateImportUsage": false, |
| 16 | + "reportPrivateUsage": false, |
| 17 | + "reportPropertyTypeMismatch": true, |
| 18 | + "reportUninitializedInstanceVariable": true, |
| 19 | + "reportUnknownArgumentType": false, |
| 20 | + "reportUnknownMemberType": false, |
| 21 | + "reportUnknownParameterType": false, |
| 22 | + "reportUnknownVariableType": false, |
| 23 | + "reportUnnecessaryComparison": false, |
| 24 | + "reportUnnecessaryTypeIgnoreComment": true, |
| 25 | + "reportUnusedCallResult": true, |
| 26 | + "reportUnusedImport": false, |
| 27 | + "reportUnusedVariable": false, |
| 28 | + "typeCheckingMode": "strict" |
| 29 | +} |
0 commit comments