From d028d106ccc21a036321f40ad311bb3d2b94c244 Mon Sep 17 00:00:00 2001 From: Tom Cocozzello Date: Wed, 29 Jul 2015 13:51:28 -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: Ia8c7efe5bb30294c349b504d569e6ad7c602f246 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 1c8fa5026..a788e9e10 100644 --- a/tox.ini +++ b/tox.ini @@ -32,5 +32,4 @@ commands = oslo_debug_helper {posargs} show-source = True ignore = E123,E125,F403,H102,H303 -builtins = _ exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build