Skip to content

Commit baf96c0

Browse files
committed
chore: Upgrade pre-commit hooks
1 parent 66b158e commit baf96c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/commitizen-tools/commitizen
5-
rev: v2.24.0
5+
rev: v2.39.1
66
hooks:
77
- id: commitizen
88
stages: [commit-msg]
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v4.2.0
10+
rev: v4.4.0
1111
hooks:
1212
- id: check-json
1313
stages: [commit]
@@ -29,12 +29,12 @@ repos:
2929
stages: [commit]
3030
- repo: https://github.com/pre-commit/mirrors-prettier
3131
# Use the sha or branch you want to point at
32-
rev: v2.6.2
32+
rev: v3.0.0-alpha.4
3333
hooks:
3434
- id: prettier
3535
stages: [commit]
3636
- repo: https://github.com/shellcheck-py/shellcheck-py
37-
rev: v0.8.0.4
37+
rev: v0.9.0.2
3838
hooks:
3939
- id: shellcheck
4040
stages: [commit]

0 commit comments

Comments
 (0)