From 766ff5ef9fdc4f25a1fad4eccbd3c065a6a1af68 Mon Sep 17 00:00:00 2001 From: James Carey Date: Fri, 31 Oct 2014 20:39:05 +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: Idc4d6259d4eb2db66e7122535bc42f8647049a06 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 635486c..e1fa3e0 100644 --- a/tox.ini +++ b/tox.ini @@ -55,7 +55,6 @@ commands = show-source = True ignore = E123,E125,H305,H307,H803,H904 -builtins = _ exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build [hacking]