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
- Docs have not been published for years - Make sure the docs are built after every merge
- line-ending detection doesn't work on Windows and --help explain how to use --line-ending
- `--fss` may lead to incorrect import separation for mixed multi-line and alias imports
- python -Wdefault -m pytest fails isort unittests
- Dataloss when Unicode character cannot be mapped (with --overwrite-in-place and --lai)
- isort not behaving as expected with vertical hanging indents for multi line output
- FR: Allow a CLI flag for forced-separate
- `src_path` semantics needs clarification
- Skip settings not working for file listed on the command line when `--resolve-all-configs` is used
- Consider private `stdlib` modules to be `stdlib`
- Docs
- Python not yet supported