black

Uncompromising Python code formatter for consistent style

brewmacoslinux
Try with needOr install directly
Source

About

Python code formatter

Commands

black

Examples

Format a single Python file in-place$ black myfile.py
Format all Python files in a directory$ black src/
Check formatting without modifying files$ black --check myfile.py