Add LSP plugins configuration for Python mode in .dir-locals.el.

This commit is contained in:
Roger Gonzalez 2024-11-28 15:21:12 -03:00
parent 587dd9bf89
commit 5fef9939fd
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6

3
.dir-locals.el Normal file
View 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))))