top | item 34070724

(no title)

timothycrosley | 3 years 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.

discuss

order

BeefySwain|3 years ago

That is about as large of an endorsement as I can conceive. Will definitely have to check it out!

muxator|3 years ago

BTW, thank you for isort!