From 7322d0dc7c3a78c2a0518124e3742eaf378061db Mon Sep 17 00:00:00 2001 From: Tom Cocozzello Date: Mon, 27 Jul 2015 08:32:19 -0500 Subject: [PATCH] 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 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 548cd96..160c3f3 100644 --- a/tox.ini +++ b/tox.ini @@ -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