Skip to content

Commit 3d22c46

Browse files
committed
Update pre-commit-hooks to v5.0.0 to resolve deprecation warnings
- Update from v4.6.0 to v5.0.0 - v5.0.0 uses new stage names (pre-commit, pre-push) instead of deprecated ones (commit, push) - This should eliminate the deprecation warnings for pre-commit-hooks
1 parent 56b81cb commit 3d22c46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
repos:
55
# General file checks
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.6.0
7+
rev: v5.0.0
88
hooks:
99
- id: trailing-whitespace
1010
args: [--markdown-linebreak-ext=md]

0 commit comments

Comments
 (0)