test: add allowlist_externals for pylint.sh (#85457)
gitea/gadjo/pipeline/head This commit looks good Details

This commit is contained in:
Yann Weber 2024-01-09 17:57:45 +01:00 committed by Yann Weber
parent 76c19a4918
commit df330cdece
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ deps =
pylint: astroid<3
pylint: pylint-django
pylint: django>=3.2,<3.3
allowlist_externals =
./pylint.sh
commands =
pytest {posargs: {env:JUNIT:} {env:COVERAGE:} tests/}
codestyle: pre-commit run --all-files --show-diff-on-failure