User Tools

Site Tools


python_formatting

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
python_formatting [2019/12/11 22:27] – created jrsetipython_formatting [2019/12/11 22:31] (current) jrseti
Line 1: Line 1:
 ======Python Formatting====== ======Python Formatting======
  
-autopep8 --in-place --aggressive --aggressive <python filename> +  * autopep8 --in-place --aggressive --aggressive <python filename> 
-yaph -i <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: To disable one file from yapf formatting, place this at the end of the line in code:
   #yapf: disable   #yapf: disable
 +  
 +
python_formatting.1576103254.txt.gz · Last modified: 2019/12/11 22:27 by jrseti