From 25f0dfbd745a3316928620eafb83de3a03ce2c2e Mon Sep 17 00:00:00 2001 From: mo8it Date: Fri, 3 Nov 2023 11:13:34 +0100 Subject: [PATCH] Replace black with ruff --- .config/helix/languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index 6c554c9..9fb2ee4 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -15,7 +15,7 @@ roots = ["Cargo.toml"] [[language]] name = "python" roots = ["pyproject.toml"] -formatter = { command = "black", args = ["-q", "-"] } +formatter = { command = "ruff", args = ["format", "-q", "-"] } auto-format = true [[language]]