summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTHOMAS J. COCOZZELLO <tjcocozz@us.ibm.com>2015-09-03 16:29:52 -0500
committerTom Cocozzello <tjcocozz@us.ibm.com>2015-10-05 12:50:26 +0000
commit5db9852314b7632f36737e05b9028ed2468278bf (patch)
tree3d36f16ec10ccfbfe1268849e11656386ac1b045 /tox.ini
parenta03174504774b111868c8662d248c6d0033d02c8 (diff)
downloadglance_store-5db9852314b7632f36737e05b9028ed2468278bf.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 flag violations and they were fixed in this patch. Change-Id: Ia7e4c75b2126a67784683d1c22f0e24bc44113a4
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 0415657..a79a57c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -32,5 +32,4 @@ commands = {posargs}
# H404 multi line docstring should start with a summary
# H405 multi line docstring summary not separated with an empty line
ignore = H301,H404,H405
-builtins = _
exclude = .venv,.git,.tox,dist,doc,etc,*glance_store/locale*,*openstack/common*,*lib/python*,*egg,build