From af8cbc43b7d849faaf6caec269018959166ec7dc Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Fri, 27 Mar 2015 15:22:12 +0100 Subject: Ignore long lines with pep8 We want to get there eventually but having this on now is just too much noise. --- setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.cfg b/setup.cfg index b3408ed..d443f2a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,3 +12,7 @@ url = https://honk.sigxcpu.org/piki/projects/git-buildpackage/ target = build/apidocs/ fail-on = docstring_warning modules = gbp, tests/test_*.py + +[pep8] +# E501: ignore line length +ignore=E501 -- cgit v1.2.3