python_formatting
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
python_formatting.txt · Last modified: 2019/12/11 22:31 by jrseti