diff --git a/.vscode/settings.json b/.vscode/settings.json index 35cfbbd..85fe258 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,19 +3,12 @@ "autoDocstring.startOnNewLine": true, "autoDocstring.generateDocstringOnEnter": true, "editor.formatOnSave": true, - "editor.codeActionsOnSave": { - "source.fixAll.eslint": true - }, "editor.rulers": [ 88 ], "python.defaultInterpreterPath": ".venv/bin/python", - "python.formatting.provider": "black", - "python.linting.lintOnSave": true, - "python.linting.enabled": true, - "python.linting.flake8Enabled": true, - "python.linting.mypyEnabled": true, "[python]": { + "editor.defaultFormatter": "ms-python.black-formatter", "editor.tabSize": 4, "editor.detectIndentation": false, "editor.codeActionsOnSave": { @@ -37,4 +30,4 @@ "source.fixAll.eslint": true } } -} \ No newline at end of file +}