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: Ib302d7386e0b55d869e528b95fb7bb6b27db3b97
This commit is contained in:
THOMAS J. COCOZZELLO 2015-09-03 15:16:17 -05:00
parent ceb020b235
commit d33f9527b3

View File

@ -36,5 +36,4 @@ commands =
# E123, E125 skipped as they are invalid PEP-8.
show-source = True
ignore = E123,E125
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build