Open
Description
I think ruff
's been out in the wild for a while, and enough high-profile projects use it as an alternative to black
+isort
that we can trust it.
Would you be onboard with migrating away from bloack
+isort
and only using ruff
?
If this were to happen, we should:
- Remove
black
andisort
from dependencies. - Update the Linting section of the README.
- Update
tox.ini
by removing dependencies and replacing the formatting command. - Add format check step to the ruff.yml workflow.