summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJames Carey <jecarey@us.ibm.com>2014-10-31 20:39:05 +0000
committerJames Carey <jecarey@us.ibm.com>2014-10-31 20:39:59 +0000
commit766ff5ef9fdc4f25a1fad4eccbd3c065a6a1af68 (patch)
tree2b2d5f424c37dd9996634c06d5dd9e70ad6a4bb4 /tox.ini
parent490f6442be3fb6d94f44f4ac2898a2a71ba5e6d1 (diff)
downloadoslo-db-766ff5ef9fdc4f25a1fad4eccbd3c065a6a1af68.tar.gz
Activate pep8 check that _ is imported
Remove the specification in tox.ini that _ is a builtin so that it will no longer assume that _ does not need to be imported. This helps ensure that the _ from i18n is used. Activating this check did not flag any violations. Change-Id: Idc4d6259d4eb2db66e7122535bc42f8647049a06
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 635486c..e1fa3e0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -55,7 +55,6 @@ commands =
show-source = True
ignore = E123,E125,H305,H307,H803,H904
-builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
[hacking]