isort
https://github.com/pycqa/isort
Python
A Python utility / library to sort imports.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported3 Subscribers
Add a CodeTriage badge to isort
Help out
- Issues
- isort 5.12 might be out of sync with black 23.3 (released march 28)
- Add doc support for import_headings option
- Resolve issue when non-indented lines get stripped with isort
- Add ParsingError exception
- ERROR: Unrecoverable exception thrown when parsing *.py This should NEVER happen.
- Option to add empty line(s) between top-level package imports
- Option to avoid rewriting existing grid-wrap imports
- isort confuses directory for Python package
- No `NOQA` added to long line with `as` import for `multi_line_output = 7`
- Trailing comment removed from `as` imports with `combine_as_imports = true` and `force_single_line = true`
- Docs
- Python not yet supported