diff --git a/template/.vscode/settings.json b/template/.vscode/settings.json index 41a8a63..d43763c 100644 --- a/template/.vscode/settings.json +++ b/template/.vscode/settings.json @@ -21,7 +21,10 @@ "editor.defaultFormatter": "jolars.panache" }, "[python]": { - "editor.defaultFormatter": "charliermarsh.ruff" + "editor.defaultFormatter": "charliermarsh.ruff", + "editor.codeActionsOnSave": { + "source.organizeImports.ruff": "always", + } }, "python.defaultInterpreterPath": "${workspaceFolder}/.venv", "python.languageServer": "Pylance",