Uncompromising Python code formatter for consistent style
Python code formatter
black
$ black myfile.py
$ black src/
$ black --check myfile.py