Move ruff back to standalone, not exposed to path otherwise

This commit is contained in:
Evie Litherland-Smith 2024-03-18 07:55:34 +00:00
parent 41db857a8c
commit 8c966438a5

View file

@ -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
])) ]))