From e190c4469fcb9c0e5adb603f17eb685f7e42876d Mon Sep 17 00:00:00 2001 From: Taku Fukada Date: Fri, 22 Mar 2024 15:01:53 +0900 Subject: [PATCH] Remove obsolete config from .vscode/settings.json --- .vscode/settings.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 9e7ab74..63549f1 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,7 +1,4 @@ { - "python.linting.flake8Enabled": false, - "python.linting.enabled": false, - "python.formatting.provider": "none", "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.autoFix": "explicit", @@ -9,6 +6,6 @@ }, "python.analysis.typeCheckingMode": "basic", "[python]": { - "editor.defaultFormatter": "charliermarsh.ruff" + "editor.defaultFormatter": "charliermarsh.ruff", } }