summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2013-03-07 02:13:42 +0100
committerAndoni Morales Alastruey <ylatuya@gmail.com>2013-03-07 16:53:49 +0100
commit9772777141b166eb070ceaa51d684f66f86f2f98 (patch)
treed43c68388febcf6c638a47631bcad2322692b8f6
parente16069ceddda0393cfc2124b6978eab4376505fc (diff)
pep8: ignore E128 which is annoying
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b450446e..a0ea96c0 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ dist-tarball:
python setup.py sdist --formats=bztar
check-pep8:
- find cerbero ! -regex cerbero/packages/debian.py -name \*.py | sort -u | xargs pep8 --repeat
+ find cerbero ! -regex cerbero/packages/debian.py -name \*.py | sort -u | xargs pep8 --ignore=E128 --repeat
check:
PYTHONPATH=$(PYTHONPATH):./test:./cerbero; trial test