diff --git a/.vscode/settings.json b/.vscode/settings.json index 0fa0fbc..3515050 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -9,6 +9,11 @@ "**/.ropeproject": true, }, + "python.analysis.diagnosticSeverityOverrides": { + "reportMissingImports" : "none", + "reportUndefinedVariable" : "none", + }, + "python.linting.pydocstyleEnabled": true, "python.linting.pydocstyleArgs": [ ],