From 1134432357fdd610711d256e83b10ec4779c0b54 Mon Sep 17 00:00:00 2001 From: Freya Gustavsson Date: Tue, 8 Oct 2024 13:09:16 +0200 Subject: [PATCH] Fixed incorrect stage --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dd69449..d872300 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -52,7 +52,7 @@ repos: - id: check-rebase args: - https://github.com/packit/dashboard.git - stages: [manual, Nonepre-pushNone] + stages: [manual, pre-push] - repo: https://github.com/python-jsonschema/check-jsonschema rev: 0.29.3 hooks: