Skip to content

Commit 9159f5e

Browse files
committed
fix(pre-commit): Fix outdated pre-commit/pre-commit-hooks pre-commit hooks
This addresses the following warning message: ``` [WARNING] repo `https://github.com/pre-commit/pre-commit-hooks` uses deprecated stage names (commit, push) which will be removed in a future version. Hint: often `pre-commit autoupdate --repo https://github.com/pre-commit/pre-commit-hooks` will fix this. if it does not -- consider reporting an issue to that repo. ``` Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
1 parent da72c2d commit 9159f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
# Some out-of-the-box hooks for pre-commit
1313
# https://github.com/pre-commit/pre-commit-hooks
1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v3.3.0
15+
rev: v5.0.0
1616
hooks:
1717
- id: check-added-large-files
1818
- id: check-case-conflict

0 commit comments

Comments
 (0)