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:
1
tox.ini
1
tox.ini
@@ -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]
|
||||||
|
Reference in New Issue
Block a user