From 6669ac7891d9e4984773e75933173722d98441f5 Mon Sep 17 00:00:00 2001 From: Mason Daugherty Date: Thu, 31 Jul 2025 22:51:47 -0400 Subject: [PATCH] fix: local format incompat with ruff --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 93dae04eff7..ec50c96705a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -21,7 +21,7 @@ "[python]": { "editor.formatOnSave": true, "editor.codeActionsOnSave": { - "source.organizeImports": "explicit", + "source.organizeImports.ruff": "explicit", "source.fixAll": "explicit" }, "editor.defaultFormatter": "charliermarsh.ruff"