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
# Python
ruff
poetry
(python3.withPackages
(ps:
with ps; [
black
isort
ruff
mypy
python-lsp-server
]))