Customize pylsp plugins

This commit is contained in:
Ohad Livne 2025-06-04 22:46:35 +03:00
parent 07811aff35
commit 0f9cfa9d45
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D

View file

@ -154,7 +154,9 @@
:init :init
(setq lsp-keymap-prefix "C-z l") (setq lsp-keymap-prefix "C-z l")
:custom :custom
(lsp-pylsp-plugins-flake8-enabled nil)) (lsp-pylsp-plugins-mypy-enabled t)
(lsp-pylsp-plugins-mypy-strict t)
(lsp-pylsp-plugins-ruff-enabled t))
(use-package flymake (use-package flymake
:ensure nil :ensure nil