diff --git a/qgis-plugin-dev-tools.code-workspace b/qgis-plugin-dev-tools.code-workspace index 0ee99b2..a3c1bb1 100644 --- a/qgis-plugin-dev-tools.code-workspace +++ b/qgis-plugin-dev-tools.code-workspace @@ -28,8 +28,8 @@ "[python]": { "editor.formatOnSave": true, "editor.codeActionsOnSave": { - "source.organizeImports.ruff": true, - "source.fixAll": true + "source.organizeImports.ruff": "explicit", + "source.fixAll": "explicit" }, "editor.defaultFormatter": "ms-python.black-formatter", },