diff --git a/.vscode/settings.json b/.vscode/settings.json index 52554fc4..7250176e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -7,8 +7,8 @@ }, "[python]": { "editor.codeActionsOnSave": { - "source.fixAll.ruff": true, - "source.organizeImports.ruff": true + "source.fixAll.ruff": "explicit", + "source.organizeImports.ruff": "explicit" }, "editor.defaultFormatter": "charliermarsh.ruff", "editor.formatOnSave": true @@ -55,7 +55,7 @@ "viewcode" ], "editor.codeActionsOnSave": { - "source.fixAll": true + "source.fixAll": "explicit" }, "editor.formatOnSave": true, "editor.rulers": [ diff --git a/template/.vscode/settings.json b/template/.vscode/settings.json index 52554fc4..7250176e 100644 --- a/template/.vscode/settings.json +++ b/template/.vscode/settings.json @@ -7,8 +7,8 @@ }, "[python]": { "editor.codeActionsOnSave": { - "source.fixAll.ruff": true, - "source.organizeImports.ruff": true + "source.fixAll.ruff": "explicit", + "source.organizeImports.ruff": "explicit" }, "editor.defaultFormatter": "charliermarsh.ruff", "editor.formatOnSave": true @@ -55,7 +55,7 @@ "viewcode" ], "editor.codeActionsOnSave": { - "source.fixAll": true + "source.fixAll": "explicit" }, "editor.formatOnSave": true, "editor.rulers": [