Python: use pyflakes instead of ruff, better emacs tool integration

This commit is contained in:
Evie Litherland-Smith 2024-03-18 07:59:35 +00:00
parent 8c966438a5
commit 5febb36ec2

View file

@ -5,11 +5,11 @@
nil
# Python
ruff
poetry
(python3.withPackages
(ps:
with ps; [
pyflakes
black
isort
mypy