summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-04-07 18:12:03 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2018-04-07 18:12:03 +0200
commit2e1ade3d19657755984a6abe0e34033b631efeea (patch)
treeb97774d894928f1e63a6b48fbd2f23a2fdaad3b0 /setup.cfg
parent1f52c1ba5b48364c91d5eb99d1a5bb47b455b259 (diff)
downloadpygobject-2e1ade3d19657755984a6abe0e34033b631efeea.tar.gz
flake8: remove python2 builtin list
Only use the _compat aliases and hide them in _compat through eval(). This will make flake8 complain in case any py2 only builtins are used.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index f4b4e15e..85639b6e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,5 @@
[flake8]
ignore=E501,E123,E124,E402,E731,E722
-builtins=long,unicode,basestring
[coverage:run]
branch=True