`isort` does have some wacky heuristics to determine first v third party, but ultimately I'd love to elide the import-sorting it does with `ruff` :zap: To me, doesn't have to be 1:1, so long as the behavior is there for import sorting/grouping I'm happy :smile: If we want to keep this in the realm of `flake8`, it'd be [flake8-import-order](https://pypi.org/project/flake8-import-order/) with a fixer :wink: