diff options
author | 2025-02-17 11:41:23 +0000 | |
---|---|---|
committer | 2025-02-17 11:41:23 +0000 | |
commit | 2622365ec4fd5ecb6b217d9142b413aa34c08027 (patch) | |
tree | d9bbf06913226b2549cf5c91f1c0008313c96783 | |
parent | 1e68c16336b0818fa91fbfc62b623e66eb18df6a (diff) |
Chore: Update pre-commit stage name
Issue-ID: CIMAN-33
Change-Id: If7722bc2655e2548c5c469d98980388847753560
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
-rw-r--r-- | .pre-commit-config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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] |