From d6b0ee6d7828a7f4dfbd1f916dfd0fcd60b42824 Mon Sep 17 00:00:00 2001 From: James Carey Date: Fri, 31 Oct 2014 19:45:43 +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: Id70f5447a8035b76ab69844cf716abd17e232091 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index f02792f..09eb364 100644 --- a/tox.ini +++ b/tox.ini @@ -25,4 +25,3 @@ commands = python setup.py build_sphinx [flake8] show-source = True exclude = .tox,dist,doc,*.egg,build -builtins = _