riccardoscalco
4/27/2015 - 12:37 PM

Python code beautifier

Python code beautifier

autopep8 automatically formats Python code to conform to the PEP 8 style guide (https://github.com/hhatto/autopep8).

$ autopep8 --in-place <filename>