Add ruff and pylint to pylsp
This commit is contained in:
parent
870b319a74
commit
2eed6b77dd
@ -27,6 +27,7 @@
|
||||
python311Packages.flake8
|
||||
python311Packages.ipython
|
||||
ripgrep
|
||||
ruff
|
||||
rusti-cal
|
||||
roboto-mono
|
||||
silver-searcher
|
||||
|
@ -100,6 +100,7 @@
|
||||
settings.plugins = {
|
||||
black.enabled = true;
|
||||
isort.enabled = true;
|
||||
pylint.enabled = true;
|
||||
ruff.enabled = true;
|
||||
ruff.formatEnabled = false;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user