Install ruff as a plugin linter to pylsp
This commit is contained in:
parent
a25b270c99
commit
1ef85cfe0d
1 changed files with 1 additions and 1 deletions
|
|
@ -2,5 +2,5 @@
|
||||||
|
|
||||||
python3 -m venv .venv
|
python3 -m venv .venv
|
||||||
. .venv/bin/activate
|
. .venv/bin/activate
|
||||||
pip install 'python-lsp-server[all]'
|
pip install 'python-lsp-server[rope]' python-lsp-ruff
|
||||||
pip install -e .
|
pip install -e .
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue