From d1c163401153329363a010373cb512f8e59ef1e2 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Fri, 9 Sep 2016 10:41:19 +0200 Subject: pep8/pyflakes cleanups --- setup.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index d443f2a7..5271e1a6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,6 +13,8 @@ target = build/apidocs/ fail-on = docstring_warning modules = gbp, tests/test_*.py -[pep8] +[flake8] # E501: ignore line length ignore=E501 +builtins=unicode,execfile,raw_input + -- cgit v1.2.3