[yt-dev] PEP8

Stephen Skory s at skory.us
Tue Jan 31 19:00:27 PST 2012


Hi all,

while vegging out in front of the TV, I've been playing with a pep8
checker (http://pypi.python.org/pypi/pep8), and I get the statistics
below for all the *.py files in yt. How much do we care about this
stuff? There are automatic tools
(http://pypi.python.org/pypi/autopep8/0.3) but I don't know if we can
trust them. Thoughts?

(the first column is the number of incidents)

70      E101 indentation contains mixed spaces and tabs
76      E111 indentation is not a multiple of four
605     E201 whitespace after '['
68      E202 whitespace before ')'
94      E203 whitespace before ','
105     E211 whitespace before '['
191     E221 multiple spaces before operator
57      E222 multiple spaces after operator
3769    E225 missing whitespace around operator
4271    E231 missing whitespace after ','
1080    E251 no spaces around keyword / parameter equals
986     E261 at least two spaces before inline comment
6       E262 inline comment should start with '# '
414     E301 expected 1 blank line, found 0
2061    E302 expected 2 blank lines, found 1
369     E303 too many blank lines (2)
168     E401 multiple imports on one line
4644    E501 line too long (80 characters)
1760    E701 multiple statements on one line (colon)
276     E702 multiple statements on one line (semicolon)
70      W191 indentation contains tabs
1585    W291 trailing whitespace
3       W292 no newline at end of file
3163    W293 blank line contains whitespace
221     W391 blank line at end of file
197     W601 .has_key() is deprecated, use 'in'
17      W602 deprecated form of raising exception

-- 
Stephen Skory
s at skory.us
http://stephenskory.com/
510.621.3687 (google voice)



More information about the yt-dev mailing list