From b8d5872ef8694ee19969bb1d1ff7106b759abfb0 Mon Sep 17 00:00:00 2001 From: James Carey Date: Fri, 31 Oct 2014 20:13:38 +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: I7b7f96cbece2192432a9b7b6a4355ebf0c868926 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0ba62cb5..5669b16c 100644 --- a/tox.ini +++ b/tox.ini @@ -34,5 +34,4 @@ commands = python setup.py testr --coverage --testr-args='{posargs}' show-source = True ignore = E123,E125,H302,H304,H405,H803 -builtins = _ exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,__init__.py