Python Formatting
autopep8 –in-place –aggressive –aggressive <python filename>
yaph -i <python filename>
pylint <python filename>
To disable one file from yapf formatting, place this at the end of the line in code:
#yapf: disable