Skip to content

Commit 5312839

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/alessandrojcm/commitlint-pre-commit-hook: v9.18.0 → v9.22.0](alessandrojcm/commitlint-pre-commit-hook@v9.18.0...v9.22.0)
1 parent e2ae5bf commit 5312839

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-added-large-files
66
args: ["--maxkb=800"]
@@ -47,7 +47,7 @@ repos:
4747
- --autofix
4848
exclude: .*kratos/identity-schema.json$
4949
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
50-
rev: v9.18.0
50+
rev: v9.22.0
5151
hooks:
5252
- id: commitlint
5353
stages: [commit-msg]

0 commit comments

Comments
 (0)