tox.ini: add allowlist_externals for local scripts (#76412)

This commit is contained in:
Benjamin Dauvergne 2023-11-15 12:14:01 +01:00
parent f48ee32716
commit c6b5852a50
1 changed files with 4 additions and 0 deletions

View File

@ -61,6 +61,8 @@ deps =
astroid<3
pylint-django
-r test-requirements.txt
allowlist_externals=
{toxinidir}/scripts/pylint.sh
commands =
{toxinidir}/scripts/pylint.sh src/ants_hub/ tests/
@ -77,6 +79,8 @@ usedevelop = True
setenv =
DJANGO_SETTINGS_MODULE=ants_hub.settings
ANTS_HUB_SETTINGS_FILE=fixtures/settings.py
allowlist_externals=
{toxinidir}/scripts/check-migrations.sh
commands =
{toxinidir}/scripts/check-migrations.sh