From 437eaf8db510a3263ce230ce0ae910388d480858 Mon Sep 17 00:00:00 2001 From: James Carey Date: Thu, 11 Dec 2014 22:59:54 +0000 Subject: [PATCH] Activate pep8 check that _ is imported Currently translatable messages are not used, so there are no uses of _. This will ensure if _ is used in the future pep8 won't assume it is provided as a builtin. Change-Id: Ia182d834cf3156f16f851ee7524e1713dd47425d --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index a7f5ba8..487aa1c 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,H803 -builtins = _ exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build