From a89db46d5e01f3c4521a5afd05b8aa1977bfff94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mose=20M=C3=BCller?= Date: Mon, 27 Nov 2023 15:43:36 +0100 Subject: [PATCH] updates VS Code settings.json --- .vscode/settings.json | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) 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 +}