Skip to content

Instantly share code, notes, and snippets.

@collinanderson
Created January 18, 2015 03:44
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 collinanderson/34b4638ef19e15a3d26a to your computer and use it in GitHub Desktop.
Save collinanderson/34b4638ef19e15a3d26a to your computer and use it in GitHub Desktop.
./accounts/tests.py:1:1: F401 'TestCase' imported but unused
./accounts/views.py:7:1: E302 expected 2 blank lines, found 1
./accounts/admin.py:1:1: F401 'admin' imported but unused
./accounts/forms.py:4:1: E302 expected 2 blank lines, found 1
./accounts/migrations/0001_initial.py:17:80: E501 line too long (114 > 79 characters)
./accounts/migrations/0001_initial.py:18:80: E501 line too long (88 > 79 characters)
./accounts/migrations/0001_initial.py:19:80: E501 line too long (103 > 79 characters)
./accounts/migrations/0001_initial.py:20:80: E501 line too long (196 > 79 characters)
./accounts/migrations/0001_initial.py:24:80: E501 line too long (266 > 79 characters)
./accounts/migrations/0001_initial.py:25:80: E501 line too long (229 > 79 characters)
./accounts/models.py:5:1: E302 expected 2 blank lines, found 1
./accounts/models.py:29:1: E302 expected 2 blank lines, found 1
./accounts/models.py:40:5: E301 expected 1 blank line, found 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment