From a51b36eb5eebb67d3f952977cedb2d60877111c2 Mon Sep 17 00:00:00 2001 From: xymy Date: Sat, 9 Dec 2023 10:38:11 +0800 Subject: [PATCH] Update vscode config --- .vscode/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 4510c6e..1e36126 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,8 +4,8 @@ "editor.defaultFormatter": "ms-python.black-formatter", "editor.formatOnSave": true, "editor.codeActionsOnSave": { - "source.fixAll.ruff": true, - "source.organizeImports.ruff": true + "source.fixAll.ruff": "explicit", + "source.organizeImports.ruff": "explicit" } } }