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: Ifd514de79f8c82bb2423d9e7e7f8479f16d5f71c
This commit is contained in:
James Carey 2014-12-11 22:56:10 +00:00
parent 44aa91f133
commit c651d837a7
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ commands = python setup.py build_sphinx
[flake8]
show-source = True
exclude = .tox,dist,doc,*.egg,build
builtins = _
[testenv:benchmark]
commands = python benchmark/benchmark.py