Skip to content

Instantly share code, notes, and snippets.

@jerith
Created July 10, 2012 12:24
Show Gist options
  • Save jerith/3082968 to your computer and use it in GitHub Desktop.
Save jerith/3082968 to your computer and use it in GitHub Desktop.
lantea:vumi jerith$ ./ve/bin/pep8 vumi | sed -e 's/[^ ]* //' | sort | uniq -c
5 E121 continuation line indentation is not a multiple of four
3 E122 continuation line missing indentation or outdented
306 E123 closing bracket does not match indentation of opening bracket's line
10 E124 closing bracket does not match visual indentation
10 E125 continuation line does not distinguish itself from next logical line
222 E126 continuation line over-indented for hanging indent
86 E127 continuation line over-indented for visual indent
181 E128 continuation line under-indented for visual indent
1 E501 line too long (88 > 79 characters)
1 E502 the backslash is redundant between brackets
1 E711 comparison to None should be 'if cond is None:'
3 E711 comparison to None should be 'if cond is not None:'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment