diff --git a/.vscode/settings.json b/.vscode/settings.json index 3b35039b9..e25ac2b7d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,20 +1,18 @@ { + "python.testing.pytestEnabled": true, "python.testing.pytestArgs": [ "-c=pyproject.toml", ], "python.testing.unittestEnabled": false, - "python.testing.pytestEnabled": true, - "python.linting.pylintEnabled": true, - "python.linting.enabled": true, - "python.formatting.provider": "none", - "editor.formatOnSave": true, "notebook.formatOnSave.enabled": true, "[python]": { + "editor.defaultFormatter": "ms-python.black-formatter", + "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.organizeImports": true }, - "editor.defaultFormatter": "ms-python.black-formatter" }, + "editor.formatOnSave": true, "editor.rulers": [ 120 ],