From 2aafe6f6ecc2533f78f8997895fd4afbdb107736 Mon Sep 17 00:00:00 2001 From: James Carey Date: Thu, 11 Dec 2014 22:44:45 +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: I34cf8b6358f59583cc178c029ebdd024f583dafe --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index d14cd1a..ad9dc65 100644 --- a/tox.ini +++ b/tox.ini @@ -49,7 +49,6 @@ commands = python setup.py testr --coverage --testr-args='{posargs}' show-source = True ignore = H305,H307,H405,E126 -builtins = _ exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build [hacking]