diff --git a/.vscode/settings.json b/.vscode/settings.json index d274ddb..94d98b9 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,11 +1,13 @@ // SPDX-License-Identifier: MIT + { "[python]": { + "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.fixAll.ruff": "explicit", "source.organizeImports.ruff": "explicit" }, - "editor.formatOnSave": true + "editor.defaultFormatter": "charliermarsh.ruff", }, "python.testing.pytestArgs": [ "tests"