Having issues with type errors since python-lsp-server update. reportGeneralTypeIssues setting seems to be ignored.
"python.analysis.diagnosticSeverityOverrides": {
"reportDuplicateImport": "warning",
"reportImplicitStringConcatenation": "warning",
"reportMissingParameterType": "none",
"reportUnboundVariable": "warning",
"reportUninitializedInstanceVariable": "none",
"reportUnusedClass": "information",
"reportUnusedFunction": "information",
"reportUnusedImport": "information",
"reportUnusedVariable": "information",
"reportGeneralTypeIssues": "none",
},
Hello,
Having issues with type errors since python-lsp-server update.
reportGeneralTypeIssuessetting seems to be ignored.