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: I5ce6b01544eab566353ad69a3d36d009f178f606
This commit is contained in:
THOMAS J. COCOZZELLO 2015-09-03 15:45:36 -05:00
parent dbd58dfe00
commit d351a1de8b
1 changed files with 0 additions and 1 deletions

View File

@ -87,7 +87,6 @@ commands = {posargs}
# E128 continuation line under-indented for visual indent
ignore = H302,H306,H402,H404,H405,H904,E126,E128
builtins = _
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*openstack/deprecated*,*lib/python*,*egg,build,tools
[hacking]