From d351a1de8b959cececbefa8909bfe17c4bba83e9 Mon Sep 17 00:00:00 2001 From: "THOMAS J. COCOZZELLO" Date: Thu, 3 Sep 2015 15:45:36 -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: I5ce6b01544eab566353ad69a3d36d009f178f606 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index c5e72a1d9..3b6e7fd5f 100644 --- a/tox.ini +++ b/tox.ini @@ -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]