pre-commit-config: Remove deprecated default_stages "commit"

The new stage name "pre-commit" was used to update the pre-commit
configuration.
This commit is contained in:
Kate Hsuan 2025-01-13 16:46:51 +08:00
parent 003c251fdc
commit 319650c145

View file

@ -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