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 supported4 Subscribers
Add a CodeTriage badge to black
Help out
- Issues
- black misses some files when running against a directory (non-root directory "build")
- normalize 1-line triple quoted strings to regular strings (outside of docstrings)
- Mathematical expressions become unreadable
- Redundant parentheses around names
- A string that's been split across several lines that needn't be has `" "` in the middle
- Inconsistent formatting of list comprehension concatenation
- Run tests with minimum versions of dependencies installed
- Black removes empty lines in fmt:off sections
- vim plugin: provide black-compatible `indentexpr`
- Comments interfering with fluent formatting
- Docs
- Python not yet supported