ci: run pre-commit-hooks (#74976)

This commit is contained in:
Valentin Deniaud 2023-03-01 14:28:36 +01:00
parent bd064c1296
commit 3bcac42048
1 changed files with 2 additions and 0 deletions

View File

@ -14,5 +14,7 @@ deps =
psycopg2-binary<2.9
pytest
pytest-django
pre-commit
commands =
py.test {posargs: --junitxml=junit-{envname}.xml tests/}
pre-commit run --all-files --show-diff-on-failure