Description
Runs isort import-order checks through pytest. It helps projects enforce consistent Python import ordering as part of the same test command used for other checks.
Import-order checks improve consistency, not behavior. Keep them separate in reports from failures that indicate broken functionality.