From 3c83308ebeedf5ee6634079a029861e151b97426 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Thu, 22 Dec 2022 22:15:48 +0100 Subject: Replace black, flake8, and pyright with ruff --- fnl/config/lsp/null-ls.fnl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fnl/config/lsp/null-ls.fnl') diff --git a/fnl/config/lsp/null-ls.fnl b/fnl/config/lsp/null-ls.fnl index 674fa1c..7b810c8 100644 --- a/fnl/config/lsp/null-ls.fnl +++ b/fnl/config/lsp/null-ls.fnl @@ -5,7 +5,7 @@ (let [formatting null-ls.builtins.formatting diagnostics null-ls.builtins.diagnostics] (null-ls.setup {:debug false - :sources [diagnostics.flake8 + :sources [diagnostics.ruff diagnostics.jsonlint diagnostics.shellcheck diagnostics.sqlfluff @@ -13,7 +13,7 @@ diagnostics.hadolint diagnostics.cpplint diagnostics.yamllint - (formatting.black.with {:extra_args [:--fast]}) + formatting.ruff formatting.fnlfmt (formatting.prettier.with {:extra_args [:--no-semi :--single-quote -- cgit v1.2.3-70-g09d2