From 443a2613fec121190601075131d98cbdebe27c55 Mon Sep 17 00:00:00 2001 From: Valentin Deniaud Date: Wed, 1 Mar 2023 15:09:59 +0100 Subject: [PATCH] ci: run pre-commit-hooks (#74981) --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 9182487..be1679d 100644 --- a/tox.ini +++ b/tox.ini @@ -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