Skip to content

Instantly share code, notes, and snippets.

@amarao
Created April 12, 2017 13:12
Show Gist options
  • Select an option

  • Save amarao/501166d2e8f22d92347728e3fc0cdd9e to your computer and use it in GitHub Desktop.

Select an option

Save amarao/501166d2e8f22d92347728e3fc0cdd9e to your computer and use it in GitHub Desktop.
/tmp/1.py:11:2: E225 missing whitespace around operator
/tmp/1.py:11:6: E261 at least two spaces before inline comment
/tmp/1.py:11:6: E262 inline comment should start with '# '
/tmp/1.py:12:2: E225 missing whitespace around operator
/tmp/1.py:12:5: E261 at least two spaces before inline comment
/tmp/1.py:12:5: E262 inline comment should start with '# '
/tmp/1.py:13:2: E225 missing whitespace around operator
/tmp/1.py:13:4: E261 at least two spaces before inline comment
/tmp/1.py:13:4: E262 inline comment should start with '# '
/tmp/1.py:14:23: E225 missing whitespace around operator
/tmp/1.py:14:38: E225 missing whitespace around operator
/tmp/1.py:14:42: E225 missing whitespace around operator
/tmp/1.py:14:58: E261 at least two spaces before inline comment
/tmp/1.py:14:58: E262 inline comment should start with '# '
/tmp/1.py:14:80: E501 line too long (91 > 79 characters)
/tmp/1.py:15:12: E261 at least two spaces before inline comment
/tmp/1.py:16:16: E231 missing whitespace after ','
/tmp/1.py:16:19: E261 at least two spaces before inline comment
/tmp/1.py:16:19: E262 inline comment should start with '# '
/tmp/1.py:17:13: E261 at least two spaces before inline comment
/tmp/1.py:17:13: E262 inline comment should start with '# '
/tmp/1.py:18:4: E225 missing whitespace around operator
/tmp/1.py:18:19: E231 missing whitespace after ','
/tmp/1.py:18:22: E261 at least two spaces before inline comment
/tmp/1.py:19:13: E261 at least two spaces before inline comment
/tmp/1.py:19:13: E262 inline comment should start with '# '
/tmp/1.py:20:4: E225 missing whitespace around operator
/tmp/1.py:20:27: E231 missing whitespace after ','
/tmp/1.py:20:30: E261 at least two spaces before inline comment
/tmp/1.py:20:30: E262 inline comment should start with '# '
/tmp/1.py:21:13: E261 at least two spaces before inline comment
/tmp/1.py:21:13: E262 inline comment should start with '# '
/tmp/1.py:22:4: E225 missing whitespace around operator
/tmp/1.py:22:15: E231 missing whitespace after ','
/tmp/1.py:22:20: E231 missing whitespace after ','
/tmp/1.py:22:23: E231 missing whitespace after ','
/tmp/1.py:22:27: E261 at least two spaces before inline comment
/tmp/1.py:22:27: E262 inline comment should start with '# '
/tmp/1.py:23:13: E261 at least two spaces before inline comment
/tmp/1.py:23:13: E262 inline comment should start with '# '
/tmp/1.py:24:4: E225 missing whitespace around operator
/tmp/1.py:24:22: E231 missing whitespace after ','
/tmp/1.py:24:31: E231 missing whitespace after ','
/tmp/1.py:24:35: E231 missing whitespace after ','
/tmp/1.py:24:46: E261 at least two spaces before inline comment
/tmp/1.py:24:46: E262 inline comment should start with '# '
/tmp/1.py:25:13: E261 at least two spaces before inline comment
/tmp/1.py:25:13: E262 inline comment should start with '# '
/tmp/1.py:26:2: E225 missing whitespace around operator
/tmp/1.py:26:29: E261 at least two spaces before inline comment
/tmp/1.py:26:80: E501 line too long (81 > 79 characters)
/tmp/1.py:27:2: E225 missing whitespace around operator
/tmp/1.py:27:17: E231 missing whitespace after ','
/tmp/1.py:27:21: E231 missing whitespace after ','
/tmp/1.py:27:27: E261 at least two spaces before inline comment
/tmp/1.py:28:3: E225 missing whitespace around operator
/tmp/1.py:28:5: E201 whitespace after '['
/tmp/1.py:28:26: E225 missing whitespace around operator
/tmp/1.py:28:38: E261 at least two spaces before inline comment
/tmp/1.py:28:80: E501 line too long (87 > 79 characters)
/tmp/1.py:29:53: E228 missing whitespace around modulo operator
/tmp/1.py:29:56: E261 at least two spaces before inline comment
/tmp/1.py:30:61: E225 missing whitespace around operator
/tmp/1.py:30:80: E501 line too long (81 > 79 characters)
/tmp/1.py:30:81: E999 SyntaxError: EOL while scanning string literal
/tmp/1.py:31:48: E228 missing whitespace around modulo operator
/tmp/1.py:31:62: E231 missing whitespace after ','
/tmp/1.py:32:11: E231 missing whitespace after ','
/tmp/1.py:32:16: E231 missing whitespace after ','
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment