summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTHOMAS J. COCOZZELLO <tjcocozz@us.ibm.com>2015-09-03 16:22:13 -0500
committerTHOMAS J. COCOZZELLO <tjcocozz@us.ibm.com>2015-09-03 16:22:25 -0500
commit5304f5f7f1c889ba3137c414ea055b908903192d (patch)
tree76d5fa8912efb96210f6796720eea1e6d3927ca4 /tox.ini
parente424af2236ed1d6e6d0e11768f873ffe4e696221 (diff)
downloadheat-cfntools-5304f5f7f1c889ba3137c414ea055b908903192d.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: Ibb457fc16b64ead1acbf359531ecd79e624df8ab
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 bcf921b..6b2ced1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -29,5 +29,4 @@ commands = {posargs}
[flake8]
show-source = true
-builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools