Customize pylsp plugins
This commit is contained in:
parent
07811aff35
commit
0f9cfa9d45
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue