ci: run pre-commit-hooks (#74981)
gitea/passerelle-minint/pipeline/head This commit looks good Details

This commit is contained in:
Valentin Deniaud 2023-03-01 15:09:59 +01:00
parent 3b2c713a8e
commit 443a2613fe
1 changed files with 2 additions and 0 deletions

View File

@ -18,5 +18,7 @@ deps =
mock<4
httmock
xmlschema<1.1
pre-commit
commands =
py.test {posargs: --junitxml=junit-{envname}.xml tests/}
pre-commit run --all-files --show-diff-on-failure