From 6f76039fa24264c3b1b468eb242053b874c90f2f Mon Sep 17 00:00:00 2001 From: James Carey Date: Fri, 31 Oct 2014 20:29:28 +0000 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: I077b9b2060e618823ef6dd6f95ce9fe7dcc52a06 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 36dbf09b3..2a652f854 100644 --- a/tox.ini +++ b/tox.ini @@ -43,7 +43,6 @@ setenv = TRANSPORT_URL=rabbit://guest:guest@localhost show-source = True ignore = H237,H402,H405,H904 exclude = .tox,dist,doc,*.egg,build,__init__.py -builtins = _ [hacking] import_exceptions =