pep8: Ignore locale files
Ignore locale files for pep8 gate, otherwise translation jobs will not merge, see https://review.openstack.org/#/c/97008/ implements bp log-messages-translation-domain-rollout Change-Id: Ia6ef83997aa68cb9c4e9065c42611a414d9cfdd7
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -43,7 +43,7 @@ commands = {posargs}
|
||||
show-source = True
|
||||
ignore = F821,H301,H306,H402,H404
|
||||
builtins = _
|
||||
exclude=.venv,.tox,dist,doc,openstack,*egg,rsdns,tools,etc,build
|
||||
exclude=.venv,.tox,dist,doc,openstack,*egg,rsdns,tools,etc,build,*.po,*.pot
|
||||
filename=*.py,trove-*
|
||||
|
||||
[testenv:checkniceness]
|
||||
|
||||
Reference in New Issue
Block a user