diff --git a/.vscode/settings.json b/.vscode/settings.json index 64164e9..6d7ff46 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -13,6 +13,10 @@ "workbench.editor.enablePreview": false, "workbench.productIconTheme": "material-product-icons", "[python]": { - "editor.defaultFormatter": "ms-python.black-formatter" - } + "editor.defaultFormatter": "ms-python.black-formatter", + "editor.codeActionsOnSave": { + "source.organizeImports": "explicit" + } + }, + "isort.args": ["--profile", "black"] }