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: I8a263df35307324804f8d679f9b72339d82df2b7
This commit is contained in:
Tom Cocozzello 2015-07-27 08:32:19 -05:00
parent e175712a91
commit 7322d0dc7c
1 changed files with 0 additions and 1 deletions

View File

@ -35,6 +35,5 @@ commands = bandit -c bandit.yaml -r anchor -n5 -p anchor_conservative
[flake8]
show-source = True
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
max-complexity=25