summaryrefslogtreecommitdiffhomepage
path: root/setup.cfg
diff options
context:
space:
mode:
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
+