diff --git a/.vscode/settings.json b/.vscode/settings.json index ae722e347d..c25482ca47 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -37,6 +37,12 @@ "restructuredtext.confPath": "${workspaceFolder}/docs", "[python]": { "editor.formatOnSave": true, + "editor.codeActionsOnSave": { + "source.fixAll": "explicit", + "source.organizeImports": "explicit" + }, "editor.defaultFormatter": "charliermarsh.ruff" }, + "python.testing.pytestEnabled": false, + "python.testing.unittestEnabled": true } \ No newline at end of file