Hacker News new | ask | show | jobs
by timothycrosley 1275 days 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.
2 comments

That is about as large of an endorsement as I can conceive. Will definitely have to check it out!
BTW, thank you for isort!