Add LSP plugins configuration for Python mode in .dir-locals.el.
This commit is contained in:
parent
587dd9bf89
commit
5fef9939fd
3
.dir-locals.el
Normal file
3
.dir-locals.el
Normal file
@ -0,0 +1,3 @@
|
||||
((python-mode . ((lsp-pylsp-plugins-ruff-enabled . t)
|
||||
(lsp-pylsp-plugins-pydocstyle-enabled . nil)
|
||||
(lsp-pylsp-plugins-flake8-enabled . nil))))
|
Loading…
x
Reference in New Issue
Block a user