Description
Sorts Python import statements into a consistent order. It helps projects keep source files readable, reduce style-only review noise, and apply the same import layout across editors, hooks, and CI.
It can be used as a command-line formatter or as a library. Because it rewrites source files, run it with version control or review the diff before committing large changes.