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
- `skip_glob` seems to ignore `!(ab|cd|ef)` syntax
- Inline sort chops import name
- (❓) What's with the `%20` in the badge section of the readme
- Add some documentation about how isort moves comments.
- Release new versions of example projects
- skip_gitignore=true will break ignoring directories defined in skip during filesystem traversal
- Always ignore symlinks that point outside of the current VCS project
- Comments moving bug when using import aliases
- Comments in group imports are moved to a single line causing line too long violation (black, flake8)
- Unindented comments get malformed
- Docs
- Python not yet supported