From b61e55a4cdf5a2321275ddfa8c839e4d83f902a3 Mon Sep 17 00:00:00 2001 From: Tom Cocozzello Date: Wed, 29 Jul 2015 11:48:57 -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: I8849dc5fb187c2278e99fe8c41322b5f2c139879 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 47e4134..01fad49 100644 --- a/tox.ini +++ b/tox.ini @@ -33,5 +33,4 @@ commands = {posargs} [flake8] show-source = True -builtins = _ exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build