From 319650c14552e21f8adab78c0b0d57b286577aa5 Mon Sep 17 00:00:00 2001 From: Kate Hsuan Date: Mon, 13 Jan 2025 16:46:51 +0800 Subject: [PATCH] pre-commit-config: Remove deprecated default_stages "commit" The new stage name "pre-commit" was used to update the pre-commit configuration. --- .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 2992fe5..c99d2b8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,4 +1,4 @@ -default_stages: [commit] +default_stages: [pre-commit] repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0