summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Carey <jecarey@us.ibm.com>2014-12-11 22:59:54 +0000
committerJames Carey <jecarey@us.ibm.com>2014-12-11 22:59:54 +0000
commit437eaf8db510a3263ce230ce0ae910388d480858 (patch)
tree8a140146811e21f47039c1a89eb157c654625695
parent683920df7a1054a537bba9c5a3d6c11539bec5b8 (diff)
downloadoslo-serialization-437eaf8db510a3263ce230ce0ae910388d480858.tar.gz
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
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
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