From ea5431cd5bd7fba5ab729476898bf65a77fa9ddb 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 dd69449f..d8723004 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: