Skip to content

Instantly share code, notes, and snippets.

@vrutsky
Created October 18, 2013 22:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vrutsky/7049271 to your computer and use it in GitHub Desktop.
Save vrutsky/7049271 to your computer and use it in GitHub Desktop.
pep8 v1.4.6 output for `pep8 --first .`
./slave/setup.py:37:1: E302 expected 2 blank lines, found 1
./slave/setup.py:41:13: E128 continuation line under-indented for visual indent
./slave/setup.py:117:22: E261 at least two spaces before inline comment
./slave/setup.py:117:23: E262 inline comment should start with '# '
./slave/buildslave/bot.py:135:33: W602 deprecated form of raising exception
./slave/buildslave/bot.py:138:54: E231 missing whitespace after ','
./slave/buildslave/bot.py:158:5: E303 too many blank lines (2)
./slave/buildslave/bot.py:229:80: E501 line too long (80 > 79 characters)
./slave/buildslave/bot.py:259:29: E201 whitespace after '['
./slave/buildslave/bot.py:259:65: E202 whitespace before ']'
./slave/buildslave/bot.py:266:78: E502 the backslash is redundant between brackets
./slave/buildslave/bot.py:539:9: E301 expected 1 blank line, found 0
./slave/buildslave/runprocess.py:54:27: W604 backticks are deprecated, use 'repr()'
./slave/buildslave/runprocess.py:169:26: E701 multiple statements on one line (colon)
./slave/buildslave/runprocess.py:258:51: W291 trailing whitespace
./slave/buildslave/runprocess.py:301:23: W601 .has_key() is deprecated, use 'in'
./slave/buildslave/runprocess.py:418:36: E221 multiple spaces before operator
./slave/buildslave/runprocess.py:511:34: E121 continuation line indentation is not a multiple of four
./slave/buildslave/runprocess.py:785:40: E225 missing whitespace around operator
./slave/buildslave/runprocess.py:795:49: E127 continuation line over-indented for visual indent
./slave/buildslave/runprocess.py:809:32: E711 comparison to None should be 'if cond is None:'
./slave/buildslave/util.py:52:21: E126 continuation line over-indented for hanging indent
./slave/buildslave/util.py:65:26: E721 do not compare types, use 'isinstance()'
./slave/buildslave/util.py:85:1: W391 blank line at end of file
./slave/buildslave/commands/base.py:270:42: E203 whitespace before ':'
./slave/buildslave/commands/base.py:597:1: W293 blank line contains whitespace
./slave/buildslave/commands/bzr.py:55:41: E703 statement ends with a semicolon
./slave/buildslave/commands/fs.py:94:40: E251 unexpected spaces around keyword / parameter equals
./slave/buildslave/commands/hg.py:16:10: E401 multiple imports on one line
./slave/buildslave/commands/p4.py:105:13: E122 continuation line missing indentation or outdented
./slave/buildslave/commands/repo.py:50:29: E222 multiple spaces after operator
./slave/buildslave/commands/repo.py:161:66: E228 missing whitespace around modulo operator
./slave/buildslave/commands/repo.py:172:11: E111 indentation is not a multiple of four
./slave/buildslave/test/unit/test_runprocess.py:368:53: E272 multiple spaces before keyword
./master/setup.py:144:15: E124 closing bracket does not match visual indentation
./master/buildbot/config.py:269:13: E125 continuation line does not distinguish itself from next logical line
./master/buildbot/process/build.py:311:24: E211 whitespace before '('
./master/buildbot/process/builder.py:582:37: E271 multiple spaces after keyword
./master/buildbot/test/unit/test_buildslave_libvirt.py:266:29: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./master/buildbot/test/unit/test_changes_p4poller.py:37:1: W191 indentation contains tabs
./master/buildbot/test/unit/test_changes_p4poller.py:44:1: E101 indentation contains mixed spaces and tabs
./master/buildbot/test/unit/test_schedulers_triggerable.py:211:61: W292 no newline at end of file
./master/buildbot/test/unit/test_steps_python.py:108:40: E227 missing whitespace around bitwise or shift operator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment