Skip to content

Instantly share code, notes, and snippets.

@cdeil
Created June 22, 2016 19:36
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 cdeil/eb4fa4c8a86c032c64a77b462973ae35 to your computer and use it in GitHub Desktop.
Save cdeil/eb4fa4c8a86c032c64a77b462973ae35 to your computer and use it in GitHub Desktop.
$ pep8 examples/example_exptest.py
examples/example_exptest.py:9:80: E501 line too long (94 > 79 characters)
examples/example_exptest.py:10:70: W291 trailing whitespace
examples/example_exptest.py:12:9: E225 missing whitespace around operator
examples/example_exptest.py:13:19: E225 missing whitespace around operator
examples/example_exptest.py:15:12: E225 missing whitespace around operator
examples/example_exptest.py:16:19: E225 missing whitespace around operator
examples/example_exptest.py:17:1: W293 blank line contains whitespace
examples/example_exptest.py:18:4: E114 indentation is not a multiple of four (comment)
examples/example_exptest.py:18:4: E265 block comment should start with '# '
examples/example_exptest.py:19:21: E231 missing whitespace after ','
examples/example_exptest.py:20:30: E225 missing whitespace around operator
examples/example_exptest.py:23:16: E225 missing whitespace around operator
examples/example_exptest.py:24:1: W293 blank line contains whitespace
examples/example_exptest.py:25:4: E114 indentation is not a multiple of four (comment)
examples/example_exptest.py:25:4: E265 block comment should start with '# '
examples/example_exptest.py:27:27: E225 missing whitespace around operator
examples/example_exptest.py:28:25: E231 missing whitespace after ','
examples/example_exptest.py:30:35: E225 missing whitespace around operator
examples/example_exptest.py:33:4: E114 indentation is not a multiple of four (comment)
examples/example_exptest.py:33:4: E265 block comment should start with '# '
examples/example_exptest.py:33:80: E501 line too long (82 > 79 characters)
examples/example_exptest.py:34:21: E231 missing whitespace after ','
examples/example_exptest.py:36:25: E231 missing whitespace after ','
examples/example_exptest.py:37:33: E225 missing whitespace around operator
examples/example_exptest.py:37:58: E225 missing whitespace around operator
examples/example_exptest.py:37:80: E501 line too long (124 > 79 characters)
examples/example_exptest.py:37:101: E225 missing whitespace around operator
examples/example_exptest.py:38:80: E501 line too long (141 > 79 characters)
examples/example_exptest.py:39:80: E501 line too long (136 > 79 characters)
examples/example_exptest.py:44:1: W293 blank line contains whitespace
examples/example_exptest.py:46:1: W293 blank line contains whitespace
examples/example_exptest.py:50:80: E501 line too long (90 > 79 characters)
examples/example_exptest.py:56:80: E501 line too long (85 > 79 characters)
examples/example_exptest.py:60:1: E302 expected 2 blank lines, found 1
examples/example_exptest.py:66:6: E111 indentation is not a multiple of four
examples/example_exptest.py:66:11: E225 missing whitespace around operator
examples/example_exptest.py:67:6: E111 indentation is not a multiple of four
examples/example_exptest.py:67:13: E225 missing whitespace around operator
examples/example_exptest.py:68:6: E111 indentation is not a multiple of four
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment