black
https://github.com/psf/black
Python
The uncompromising Python code formatter
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 supported2 Subscribers
Add a CodeTriage badge to black
Help out
- Issues
- Add default exclusions and inclusions to docs
- `--line-ranges` formats lines outside of range
- Add more documentation about preview style features
- Newlines between classes do not get added when the last method of one ends with ellipses
- Offer more architectures in GitHub releases
- global config not possible if project contains a `pyproject.toml`
- Allow valid version specifier when specifying Black version in `pyproject.toml`
- Combine f-strings which would be placed on the same line
- Fix the fmt: skip issues. Changed a test case also
- fix: Don't remove parenthesis around long dictionary values
- Docs
- Python not yet supported