Update tox.ini

master
Fabio Caccamo 2023-03-14 00:58:45 +01:00
parent d42f69cee7
commit 9a0264ca08
1 changed files with 2 additions and 2 deletions

View File

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