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/mason-null-ls.fnl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'fnl/config/lsp/mason-null-ls.fnl') diff --git a/fnl/config/lsp/mason-null-ls.fnl b/fnl/config/lsp/mason-null-ls.fnl index f4c1f6e..5200cea 100644 --- a/fnl/config/lsp/mason-null-ls.fnl +++ b/fnl/config/lsp/mason-null-ls.fnl @@ -1,9 +1,7 @@ ;; Ensure that tools needed for null-ls are installed. (module config.mason-null-ls {autoload {util config.util}}) -(def- opts {:ensure_installed [:black - :cpplint - :flake8 +(def- opts {:ensure_installed [:cpplint :fnlfmt :gitlint :hadolint @@ -16,7 +14,6 @@ :stylua :terraform-fmt :yamllint] - :auto_update true :automatic_installation true}) -- cgit v1.2.3-70-g09d2