From cee66bbb396307d682016b024f2a7d72a6eb6651 Mon Sep 17 00:00:00 2001 From: Freya Gustavsson Date: Wed, 9 Oct 2024 20:43:49 +0200 Subject: [PATCH] fix: incorrect formatting of stages --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4bdc663b68..051b39c727 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,12 +35,12 @@ repos: - id: check-rebase args: - https://github.com/oamg/convert2rhel.git - stages: [manual, Nonepre-pushNone] + stages: [manual, pre-push] - repo: https://github.com/gitleaks/gitleaks rev: v8.20.0 hooks: - id: gitleaks - stages: [manual, Nonepre-pushNone] + stages: [manual, pre-push] - repo: https://github.com/jendrikseipp/vulture rev: v2.13 hooks: