diff --git a/.vscode/settings.json b/.vscode/settings.json index aadc0a5d..3b9bcea2 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,5 +2,10 @@ "python.linting.flake8Enabled": true, "python.linting.enabled": true, "python.linting.pylintEnabled": false, - "python.formatting.provider": "yapf" + "python.formatting.provider": "yapf", + "[python]": { + "editor.codeActionsOnSave": { + "source.organizeImports": true + } + } }