From f2566860df04ce4eac3e83b57dfce1cca7b45e3c Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 1 Jun 2014 09:58:15 +0200 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 08b930ccd6..8e78e45a94 100644 --- a/tox.ini +++ b/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]