From 01df1e7a22f3906a62f0c524fca9e4ff4d8aabc6 Mon Sep 17 00:00:00 2001 From: Tom Cocozzello Date: Tue, 4 Aug 2015 10:42:19 -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: Ibb45131025bb64feb26d3c2fd596fe2b07c0b889 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 79c975f8..456e95b1 100644 --- a/tox.ini +++ b/tox.ini @@ -31,5 +31,4 @@ commands = python setup.py build_sphinx show-source = True ignore = E123,E125,H803 -builtins = _ exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build