From 2622365ec4fd5ecb6b217d9142b413aa34c08027 Mon Sep 17 00:00:00 2001 From: Matthew Watkins Date: Mon, 17 Feb 2025 11:41:23 +0000 Subject: [PATCH] Chore: Update pre-commit stage name Issue-ID: CIMAN-33 Change-Id: If7722bc2655e2548c5c469d98980388847753560 Signed-off-by: Matthew Watkins --- .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 497c63417..40285edc2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,4 +29,4 @@ repos: rev: v4.0.0-alpha.8 hooks: - id: prettier - stages: [commit] + stages: [pre-commit] -- 2.16.6