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: I3859d14cdc68e8559679e2707af0fe4254f8550c
This commit is contained in:
Tom Cocozzello 2015-08-04 11:03:47 -05:00
parent 9784d01265
commit 62aaca36af
1 changed files with 0 additions and 1 deletions

View File

@ -32,5 +32,4 @@ commands = python setup.py build_sphinx
[flake8]
show-source = true
ignore = H101,H302,H803
builtins = _
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools,local_settings.py