We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2ae5bf commit 65eb846Copy full SHA for 65eb846
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.6.0
+ rev: v5.0.0
4
hooks:
5
- id: check-added-large-files
6
args: ["--maxkb=800"]
@@ -47,7 +47,7 @@ repos:
47
- --autofix
48
exclude: .*kratos/identity-schema.json$
49
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
50
- rev: v9.18.0
+ rev: v9.21.0
51
52
- id: commitlint
53
stages: [commit-msg]
0 commit comments