Skip to content

Instantly share code, notes, and snippets.

@Soulflare3
Created June 25, 2015 04:33
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 Soulflare3/527574b57498d1070073 to your computer and use it in GitHub Desktop.
Save Soulflare3/527574b57498d1070073 to your computer and use it in GitHub Desktop.
And this is why I made the .pep8 gist
λ pep8 xstream.py
xstream.py:14:1: W191 indentation contains tabs
xstream.py:15:1: W191 indentation contains tabs
xstream.py:16:1: W191 indentation contains tabs
xstream.py:17:1: W191 indentation contains tabs
xstream.py:18:1: W191 indentation contains tabs
xstream.py:19:1: W191 indentation contains tabs
xstream.py:20:1: W191 indentation contains tabs
xstream.py:21:1: W191 indentation contains tabs
xstream.py:22:1: W191 indentation contains tabs
xstream.py:23:1: W191 indentation contains tabs
xstream.py:24:1: W191 indentation contains tabs
xstream.py:25:1: W191 indentation contains tabs
xstream.py:26:1: W191 indentation contains tabs
xstream.py:27:1: W191 indentation contains tabs
xstream.py:28:1: W191 indentation contains tabs
xstream.py:29:1: W191 indentation contains tabs
xstream.py:30:1: W191 indentation contains tabs
xstream.py:31:1: W191 indentation contains tabs
xstream.py:32:1: W191 indentation contains tabs
xstream.py:33:1: W191 indentation contains tabs
xstream.py:34:1: W191 indentation contains tabs
xstream.py:35:1: W191 indentation contains tabs
xstream.py:36:1: W191 indentation contains tabs
xstream.py:37:1: W191 indentation contains tabs
xstream.py:38:1: W191 indentation contains tabs
xstream.py:39:1: W191 indentation contains tabs
xstream.py:40:1: W191 indentation contains tabs
xstream.py:41:1: W191 indentation contains tabs
xstream.py:42:1: W191 indentation contains tabs
xstream.py:43:1: W191 indentation contains tabs
xstream.py:44:1: W191 indentation contains tabs
xstream.py:45:1: W191 indentation contains tabs
xstream.py:46:1: W191 indentation contains tabs
xstream.py:50:1: W191 indentation contains tabs
xstream.py:50:80: E501 line too long (96 > 79 characters)
xstream.py:54:1: W191 indentation contains tabs
xstream.py:55:1: W191 indentation contains tabs
xstream.py:59:1: W191 indentation contains tabs
xstream.py:63:80: E501 line too long (94 > 79 characters)
xstream.py:64:80: E501 line too long (104 > 79 characters)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment