summaryrefslogtreecommitdiffhomepage
path: root/setup.cfg
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-09-09 10:41:19 +0200
committerGuido Günther <agx@sigxcpu.org>2016-09-12 08:52:07 +0200
commitd1c163401153329363a010373cb512f8e59ef1e2 (patch)
tree4360253804301e13b626a47d3ee9b7740dc9fbec /setup.cfg
parentf7db3b77c491e5f76f441a1155aa87b1e5dedde6 (diff)
pep8/pyflakes cleanups
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 3 insertions, 1 deletions
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
+