Don't enable ruff in pylsp, as ruff has it's own LSP server
This commit is contained in:
parent
5eb67dc26e
commit
86a4635a81
@ -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 ()
|
||||
|
Loading…
Reference in New Issue
Block a user