Description
Report import-order differences through Flake8 using isort rules. It helps teams keep Python imports consistently grouped and sorted inside the same lint workflow used for other checks.
This is a lint plugin, not the sorter itself. It reports when imports do not match the expected style, and teams should review large import-only diffs when automatic sorting touches many files.