From 86a4635a81deb807c630aaefca27c30bcb1b9434 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Thu, 7 Nov 2024 12:20:54 -0500 Subject: [PATCH] Don't enable ruff in pylsp, as ruff has it's own LSP server --- .emacs.d/init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index afb51ba..86bc41f 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -626,8 +626,7 @@ (lsp-register-custom-settings '(("pylsp.plugins.pyls_mypy.enabled" t t) - ("pylsp.plugins.pyls_mypy.live_mode" nil t) - ("pylsp.plugins.ruff.enabled" t t))) + ("pylsp.plugins.pyls_mypy.live_mode" nil t))) (defun lsp-compile-in-root ()