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 supported3 Subscribers
Add a CodeTriage badge to black
Help out
- Issues
- Add is_formatted output to GitHub Action (#3526)
- Avoid overlong commented RHS splits
- `# fmt: skip` on an opening bracket alone makes `if`, `while`, `for` and `with` headers fail to parse
- Fix crash on fmt: skip at the opening bracket of a compound statement header
- Fix long string return annotations when parameters split
- Fix unparseable output for `# fmt: skip` on compound header bracket (#5402)
- Fix `# fmt: skip` on the opening bracket of an if/while/for/with header
- Keep paired fmt: skip comments on compound headers
- Paired `fmt: skip` directives make a valid parenthesized if header fail to format
- Fix git checkout command for Vundle in editor docs (#2781)
- Docs
- Python not yet supported