TIL: reorder-python-imports by @codewithanthony@twitter.com

This import sorter for #Python is much faster than #isort, can globally add, remove, and rename imported modules, all while having no config to worry about! pre-commit support is there, too!

pypi.org/project/reorder-pytho

Definitely using this on all my projects from now on.