summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Carey <jecarey@us.ibm.com>2014-12-11 22:51:21 +0000
committerJames Carey <jecarey@us.ibm.com>2014-12-11 22:52:12 +0000
commit205479f254e2bc90c0c142f1f75df500ae94f916 (patch)
tree006501bbdabb571b1c868eb6e18e05bbc6c4ae52
parentc4384f88ccf1f39687e704cf808ad53b06bd8394 (diff)
downloadoslo-context-205479f254e2bc90c0c142f1f75df500ae94f916.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: Iad8357364ad88961c280096480e8521d873f7c7f
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 13dab83..02a3f7b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -34,7 +34,6 @@ 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
[hacking]