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:
Andreas Jaeger
2014-06-01 09:58:15 +02:00
parent d4ba64dfe2
commit f2566860df

View File

@@ -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]