After ticket #17270, with a more modern pep8, one gets

['2       E122 continuation line missing indentation or outdented',
 "2       E123 closing bracket does not match indentation of opening 
bracket's line",
 '2       E703 statement ends with a semicolon',
 '4       E124 closing bracket does not match visual indentation',
 '6       E272 multiple spaces before keyword',
 "9       E712 comparison to True should be 'if cond is True:' or 'if 
cond:'",
 '10      E125 continuation line does not distinguish itself from next 
logical line',
 '12      E502 the backslash is redundant between brackets',
 '13      E271 multiple spaces after keyword',
 '16      E702 multiple statements on one line (semicolon)',
 '17      E121 continuation line indentation is not a multiple of four',
 '18      E301 expected 1 blank line, found 0',
 '23      W293 blank line contains whitespace',
 '27      E127 continuation line over-indented for visual indent',
 '35      E111 indentation is not a multiple of four',
 '38      W391 blank line at end of file',
 '39      E126 continuation line over-indented for hanging indent',
 '42      W291 trailing whitespace',
 '60      E221 multiple spaces before operator',
 "65      E203 whitespace before ':'",
 "79      E262 inline comment should start with '# '",
 '91      E128 continuation line under-indented for visual indent',
 '120     E701 multiple statements on one line (colon)',
 '144     E261 at least two spaces before inline comment',
 '380     E303 too many blank lines (3)',
 '394     E228 missing whitespace around modulo operator',
 '520     E302 expected 2 blank lines, found 1',
 "527     E202 whitespace before ')'",
 '540     E251 unexpected spaces around keyword / parameter equals',
 "580     E201 whitespace after '('",
 '1044    E225 missing whitespace around operator',
 "1532    E231 missing whitespace after ','",
 '4919    E501 line too long (80 > 79 characters)']

-- 
You received this message because you are subscribed to the Google Groups 
"sage-combinat-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-combinat-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-combinat-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-combinat-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to