summaryrefslogtreecommitdiff
path: root/fnl/config/lsp/null-ls.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/config/lsp/null-ls.fnl')
-rw-r--r--fnl/config/lsp/null-ls.fnl4
1 files changed, 2 insertions, 2 deletions
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