From 9de7b2c6bed6e32c6b34ed91702ac6eaba138a99 Mon Sep 17 00:00:00 2001 From: Tobias Raabe Date: Sun, 6 Oct 2024 20:45:26 +0200 Subject: [PATCH] Updates stage names in `.pre-commit-hooks.yaml`. --- .pre-commit-hooks.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 7130a25..0b46506 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -5,7 +5,7 @@ entry: typos args: [--write-changes, --force-exclude] types: [text] - stages: [commit, merge-commit, push, manual] + stages: [pre-commit, pre-merge-commit, pre-push, manual] - id: typos-docker name: typos @@ -14,7 +14,7 @@ entry: typos args: [--write-changes, --force-exclude] types: [text] - stages: [commit, merge-commit, push, manual] + stages: [pre-commit, pre-merge-commit, pre-push, manual] - id: typos-src name: typos @@ -23,4 +23,4 @@ entry: typos args: [--write-changes, --force-exclude] types: [text] - stages: [commit, merge-commit, push, manual] + stages: [pre-commit, pre-merge-commit, pre-push, manual]