diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2013-03-07 02:13:42 +0100 |
---|---|---|
committer | Andoni Morales Alastruey <ylatuya@gmail.com> | 2013-03-07 16:53:49 +0100 |
commit | 9772777141b166eb070ceaa51d684f66f86f2f98 (patch) | |
tree | d43c68388febcf6c638a47631bcad2322692b8f6 | |
parent | e16069ceddda0393cfc2124b6978eab4376505fc (diff) |
pep8: ignore E128 which is annoying
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |