global/programming: use python withPackages and add lsp deps
This commit is contained in:
parent
9cd600b108
commit
26e31bffbd
1 changed files with 7 additions and 4 deletions
|
@ -41,8 +41,7 @@ in
|
||||||
nimlsp
|
nimlsp
|
||||||
|
|
||||||
# Python
|
# Python
|
||||||
python312
|
(python312.withPackages (p: with p; [
|
||||||
(with python312Packages; [
|
|
||||||
black
|
black
|
||||||
isort
|
isort
|
||||||
jupyter
|
jupyter
|
||||||
|
@ -50,9 +49,13 @@ in
|
||||||
nose
|
nose
|
||||||
pip
|
pip
|
||||||
pyflakes
|
pyflakes
|
||||||
pyls-isort
|
|
||||||
pytest
|
pytest
|
||||||
])
|
|
||||||
|
python-lsp-server
|
||||||
|
python-lsp-ruff
|
||||||
|
pylsp-rope
|
||||||
|
pyls-isort
|
||||||
|
]))
|
||||||
pipenv
|
pipenv
|
||||||
ruff
|
ruff
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue