From 5f9fad7d6d206e335c225e70e4da3d9c5d9ae1c2 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Mon, 9 Oct 2023 14:51:45 +0200 Subject: [PATCH] ci: disable tmt-lint in pre-commit.ci Reverse dependency tests require an internet access that is not provided Signed-off-by: Matej Focko --- .pre-commit-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7817d42..89b26bf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -54,6 +54,8 @@ repos: rev: 1.27.0 hooks: - id: tmt-lint + # linting of the reverse-dependency tests requires internet access + stages: [manual, push] - repo: https://github.com/packit/pre-commit-hooks rev: v1.2.0 hooks: