Install the Python LSP server globally
This commit is contained in:
parent
9cbac27891
commit
ca4600f0a0
2 changed files with 2 additions and 3 deletions
|
|
@ -33,6 +33,7 @@ postfix \
|
||||||
pulseaudio \
|
pulseaudio \
|
||||||
pulseaudio-utils \
|
pulseaudio-utils \
|
||||||
python3-poetry \
|
python3-poetry \
|
||||||
|
python3-pylsp \
|
||||||
python3.12-venv \
|
python3.12-venv \
|
||||||
qtwayland5 \
|
qtwayland5 \
|
||||||
slurp \
|
slurp \
|
||||||
|
|
|
||||||
|
|
@ -3,9 +3,7 @@
|
||||||
poetry add \
|
poetry add \
|
||||||
--group dev \
|
--group dev \
|
||||||
black \
|
black \
|
||||||
isort \
|
isort
|
||||||
'python-lsp-server[rope]' \
|
|
||||||
ruff-lsp
|
|
||||||
poetry add \
|
poetry add \
|
||||||
--group test \
|
--group test \
|
||||||
coverage
|
coverage
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue