Commit d65d3094 by David Baumgold

Update pep8 to 1.5.7

parent 4f823396
...@@ -127,7 +127,7 @@ mock==1.0.1 ...@@ -127,7 +127,7 @@ mock==1.0.1
nose-exclude nose-exclude
nose-ignore-docstring nose-ignore-docstring
nosexcover==1.0.7 nosexcover==1.0.7
pep8==1.4.5 pep8==1.5.7
pylint==0.28 pylint==0.28
python-subunit==0.0.16 python-subunit==0.0.16
rednose==0.3 rednose==0.3
......
...@@ -16,5 +16,5 @@ no-path-adjustment=1 ...@@ -16,5 +16,5 @@ no-path-adjustment=1
#pdb=1 #pdb=1
[pep8] [pep8]
ignore=E501 ignore=E501,E265
exclude=migrations exclude=migrations
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment