JavaScript isn't enabled in your browser, so this file can't be opened. Enable and reload.
buildbot pep8 survey
Sign in to Google
to save your progress.
Learn more
What pep8 error would you like to see enforced by continuous integration (Travis, metabuildbot)?
E121 continuation line indentation is not a multiple of four
E122 continuation line missing indentation or outdented
E123 closing bracket does not match indentation of opening bracket's line
E124 closing bracket does not match visual indentation
E125 continuation line does not distinguish itself from next logical lin
E126 continuation line over-indented for hanging indent
E127 continuation line over-indented for visual indent
E128 continuation line under-indented for visual indent
E201 whitespace after '['
E202 whitespace before ']'
E203 whitespace before ':'
E211 whitespace before '('
E221 multiple spaces before operator
E222 multiple spaces after operator
E225 missing whitespace around operator
E226 missing whitespace around arithmetic operator
E227 missing whitespace around bitwise or shift operator
E228 missing whitespace around modulo operator
E231 missing whitespace after ','
E241 multiple spaces after ','
E251 unexpected spaces around keyword / parameter equals
E261 at least two spaces before inline comment
E262 inline comment should start with '# '
E271 multiple spaces after keyword
E272 multiple spaces before keyword
E301 expected 1 blank line, found 0
E302 expected 2 blank lines, found 1
E303 too many blank lines (2)
E401 multiple imports on one line
E501 line too long (80 > 79 characters)
E502 the backslash is redundant between brackets
E701 multiple statements on one line (colon)
E703 statement ends with a semicolon
E711 comparison to None should be 'if cond is None:'
E712 comparison to False should be 'if cond is False:' or 'if not cond:'
E721 do not compare types, use 'isinstance()'
W191 indentation contains tabs
W291 trailing whitespace
W292 no newline at end of file
W293 blank line contains whitespace
W391 blank line at end of file
W601 .has_key() is deprecated, use 'in'
W602 deprecated form of raising exception
W604 backticks are deprecated, use 'repr()'
fiximport.py: dont mix "import" and "from..import" in the same paragraph
fiximport.py: "from..import" should only import one component in one line
What pep8 error would you like to see automatically fixed by autopep8
E121 continuation line indentation is not a multiple of four
E122 continuation line missing indentation or outdented
E123 closing bracket does not match indentation of opening bracket's line
E124 closing bracket does not match visual indentation
E125 continuation line does not distinguish itself from next logical lin
E126 continuation line over-indented for hanging indent
E127 continuation line over-indented for visual indent
E128 continuation line under-indented for visual indent
E201 whitespace after '['
E202 whitespace before ']'
E203 whitespace before ':'
E211 whitespace before '('
E221 multiple spaces before operator
E222 multiple spaces after operator
E225 missing whitespace around operator
E226 missing whitespace around arithmetic operator
E227 missing whitespace around bitwise or shift operator
E228 missing whitespace around modulo operator
E231 missing whitespace after ','
E241 multiple spaces after ','
E251 unexpected spaces around keyword / parameter equals
E261 at least two spaces before inline comment
E262 inline comment should start with '# '
E271 multiple spaces after keyword
E272 multiple spaces before keyword
E301 expected 1 blank line, found 0
E302 expected 2 blank lines, found 1
E303 too many blank lines (2)
E401 multiple imports on one line
E501 line too long (80 > 79 characters)
E502 the backslash is redundant between brackets
E701 multiple statements on one line (colon)
E703 statement ends with a semicolon
E711 comparison to None should be 'if cond is None:'
E712 comparison to False should be 'if cond is False:' or 'if not cond:'
E721 do not compare types, use 'isinstance()'
W191 indentation contains tabs
W291 trailing whitespace
W292 no newline at end of file
W293 blank line contains whitespace
W391 blank line at end of file
W601 .has_key() is deprecated, use 'in'
W602 deprecated form of raising exception
W604 backticks are deprecated, use 'repr()'
reorder import lines alphabetically
How should we integrate with autopep8 fixes
Slowly fix error-class by error-class one PR at a time
fix everything in one PR
Clear selection
Submit
Clear form
This content is neither created nor endorsed by Google. -
Terms of Service
-
Privacy Policy
Does this form look suspicious?
Report
Forms
Help and feedback
Contact form owner
Help Forms improve
Report