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
- Black wraps 88-length line when the default 88 line length is set
- Ability to directly specify project root directory from CLI
- dictionary key reference brackets used to split line
- Multiple accesses are turned multiline when the last argument of a call has a trailing comma
- Inference of target versions from `requires-python` config is incorrect.
- line sometimes split in the middle of a dictionary .get()
- Inferred project root and config file are not aligned
- jupyter notebook files and pycharm filewatcher: Following files have changes that cannot be undone
- Consistent handling of too long lines due to directives (no special treatment of `# type: ignore`)
- Do not add empty lines before `# endregion` comments
- Docs
- Python not yet supported