Automatically formats Python code to conform to PEP 8
Automatically formats Python code to conform to the PEP 8 style guide
autopep8
$ autopep8 script.py
$ autopep8 --in-place script.py
$ autopep8 --in-place --recursive .