diff --git a/.vscode/settings.json b/.vscode/settings.json index 1ead811c0e0fa4..052613b5cd50ba 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -61,7 +61,8 @@ "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.organizeImports": true - } + }, + "editor.defaultFormatter": "ms-python.black-formatter" }, "[html]": { @@ -82,6 +83,6 @@ "python.linting.pycodestylePath": "${workspaceFolder}/.venv/bin/pep8", "python.testing.pytestPath": "${workspaceFolder}/.venv/bin/pytest", "python.formatting.blackPath": "${workspaceFolder}/.venv/bin/black", - "python.formatting.provider": "black", + "python.formatting.provider": "none", "python.testing.pytestArgs": ["tests"] }