5 ms·
FWIW, I wrote isort, but am seriously considering migrating my projects to use Ruff. Long term I think the design is just better over the variety of tools we us
by timothycrosley 4y ago
FWIW, I wrote isort, but am seriously considering migrating my projects to use Ruff. Long term I think the design is just better over the variety of tools we use within the Python ecosystem today. The fact we have a plethora of projects that are meant to run per a commit with each one reparsing the AST independently, and often using a different approach to do so, just feels untenable long term to me.
- BeefySwain 4y agoThat is about as large of an endorsement as I can conceive. Will definitely have to check it out!
- muxator 4y agoBTW, thank you for isort!