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!
https://pypi.org/project/reorder-python-imports/
Definitely using this on all my projects from now on.