Stop ignoring _ as builtin in pep8

We already moved to oslo.i18n and no longer implicitly use _ translating
function. It's time to remove it from pep8 ignores.

Change-Id: Ie2ee8052b8551c219de69901042e383f563358bd
This commit is contained in:
Pavlo Shchelokovskyy
2016-02-25 17:49:46 +02:00
parent 49994b4cec
commit 297978fd0d

View File

@@ -39,7 +39,6 @@ setenv = TESTS_DIR=./ironicclient/tests/functional
[flake8] [flake8]
ignore = ignore =
builtins = _
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools
[hacking] [hacking]