Change Python linters

This commit is contained in:
Olli Vuolteenaho 2024-02-29 07:05:15 +02:00
parent c0efc6d039
commit 6526332119
1 changed files with 4 additions and 0 deletions

View File

@ -610,6 +610,10 @@ local servers = {
pylsp = { pylsp = {
pylsp = { pylsp = {
plugins = { plugins = {
flake8 = {enabled = false},
mccabe = {enabled = false},
pycodestyle = {enabled = false},
pyflakes = {enabled = false},
ruff = {enabled = true}, ruff = {enabled = true},
}, },
}, },