Move ruff back to standalone, not exposed to path otherwise
This commit is contained in:
parent
41db857a8c
commit
8c966438a5
|
@ -5,13 +5,13 @@
|
||||||
nil
|
nil
|
||||||
|
|
||||||
# Python
|
# Python
|
||||||
|
ruff
|
||||||
poetry
|
poetry
|
||||||
(python3.withPackages
|
(python3.withPackages
|
||||||
(ps:
|
(ps:
|
||||||
with ps; [
|
with ps; [
|
||||||
black
|
black
|
||||||
isort
|
isort
|
||||||
ruff
|
|
||||||
mypy
|
mypy
|
||||||
python-lsp-server
|
python-lsp-server
|
||||||
]))
|
]))
|
||||||
|
|
Loading…
Reference in a new issue