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
- `--sort-reexports` hardcodes LF line endings regardless of platform
- Preserve file line endings when sorting reexports
- float_to_top moves indented semicolon imports out of their block
- Fix float_to_top hoisting indented semicolon imports
- Keep lines_before_imports below the docstring with float_to_top
- Emit semicolon-introducing continuations unchanged
- isort disagrees with black on wrapping over-long star imports
- Preserve trailing comments for aliased imports
- Keep long comments off the opening line and within line_length
- Make `_Config` and `Config` work as native class
- Docs
- Python not yet supported