From 51f5b9fceb7b0cd0a2f90df03a61d6af8ad97daa Mon Sep 17 00:00:00 2001 From: Lukas Kucharczyk Date: Mon, 12 Aug 2024 21:42:47 +0200 Subject: [PATCH] update ruff path --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index a62ba18..3118271 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -13,7 +13,7 @@ "source.organizeImports": "explicit" }, }, - "ruff.path": ["/nix/store/s3q6qc2954x62bkcs9dwaxyiqchl7j01-ruff-0.5.6/bin/ruff"], + "ruff.path": ["/nix/store/jaibb3v0rrnlw5ib54qqq3452yhp1xcb-ruff-0.5.7/bin/ruff"], "tailwind-fold.supportedLanguages": [ "html", "typescriptreact",