Add ruff and pylint to pylsp

This commit is contained in:
Johannes Rothe 2025-01-29 15:55:37 +01:00
parent 870b319a74
commit 2eed6b77dd
2 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@
python311Packages.flake8
python311Packages.ipython
ripgrep
ruff
rusti-cal
roboto-mono
silver-searcher

View File

@ -100,6 +100,7 @@
settings.plugins = {
black.enabled = true;
isort.enabled = true;
pylint.enabled = true;
ruff.enabled = true;
ruff.formatEnabled = false;
};