From d8a8f9b732ea81356ecafb1fb4a1caba214a80da Mon Sep 17 00:00:00 2001 From: "THOMAS J. COCOZZELLO" Date: Thu, 3 Sep 2015 15:41:31 -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: Iac73937b60a6f8e7520123fbf59e748d296d4c7d --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index ac954b921..828c27dd0 100644 --- a/tox.ini +++ b/tox.ini @@ -32,5 +32,4 @@ commands = python setup.py build_sphinx [flake8] ignore = E125,H202,H302,H803 -builtins = _ exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,conf.py