User Tools

Site Tools


python_formatting

This is an old revision of the document!


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