diff --git a/.vscode/settings.json b/.vscode/settings.json index f49f61b85..86d4598e4 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -10,6 +10,10 @@ "**/.ropeproject": true }, + "[python]": { + "editor.formatOnSave": false + }, + "python.analysis.diagnosticSeverityOverrides": { } }