From 9a0264ca08c3e09033faad61e8e491dadd151e8a Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Tue, 14 Mar 2023 00:58:45 +0100 Subject: [PATCH] Update tox.ini --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 3569522..a99ac87 100644 --- a/tox.ini +++ b/tox.ini @@ -51,7 +51,7 @@ deps = -r requirements.txt allowlist_externals = git commands = - python -m django makemessages --all --add-location=file - python -m django compilemessages --ignore ".tox" --ignore ".venv" --ignore "build" --ignore "venv" + python -m django makemessages --ignore ".tox" --ignore "venv" --all --add-location "file" --extension "html,py" + python -m django compilemessages --ignore ".tox" --ignore "venv" git diff admin_interface/locale/ git diff-index --quiet HEAD admin_interface/locale/