aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2023-03-20 10:58:28 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2023-03-20 10:59:58 +0100
commit067cdfcbf63b27ad12cf0d63f71fad7153417f71 (patch)
tree192d776c1b1d84e7c176d9de51d5f5d0b033e0a0 /tox.ini
parent828afd1a15db638ed2e8867046fd16c3dcf9654f (diff)
Run pre-commit in the Functest K8s gates
Change-Id: I3957dbde922d8ed8edc47d5cf1aee1475f117836 Co-authored-by: Guillaume Lambert <guillaume.lambert@orange.com> Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 8bd1c09890c7c1fff392572de709a0ccc6a283b6)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 5 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 1024b9cc..c26a5c87 100644
--- a/tox.ini
+++ b/tox.ini
@@ -56,3 +56,8 @@ commands =
-exec ls -l \{\} + | grep '.' && exit 1 || exit 0"
bash -c "\
find {[testenv:perm]path} -exec file \{\} + | grep CRLF && exit 1 || exit 0"
+
+[testenv:pre-commit]
+basepython = python3.10
+commands =
+ pre-commit run --all-files --show-diff-on-failure