From 4c2236062f6e13c380d223080f61647eff0ba980 Mon Sep 17 00:00:00 2001 From: "THOMAS J. COCOZZELLO" Date: Fri, 11 Sep 2015 23:12:30 -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: I9cae8a2e16ff49b8272f42925228f1524ddf0fea --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index eea97fc..2cb62d0 100644 --- a/tox.ini +++ b/tox.ini @@ -24,5 +24,4 @@ commands = [flake8] show-source = true -builtins = _ exclude=.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg