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
- Don't split on pragma markers
- Don't hug parens if it would mean putting two `# type: ignore` comments on the same line
- hug_parens_with_braces_and_square_brackets: "Black produced code that is not equivalent to the source" error in preview mode on function call with two `type:ignore` comments
- Support for percent format notebooks
- Single line with binary operator in commented list causes additional line breaks
- Inconsistent formatting of method call chain with comment
- Avoid parentheszing non-fluent attribute chain exceeding the line-length
- [3608] Fix using multiple `fmt:skip` pragmas in a single block
- Request: new releases triggering `black-pre-commit-mirror`'s `mirror` action
- Guide for neovim? I Found one for vim but not sure how to apply it to neovim.
- Docs
- Python not yet supported