Skip to content

Commit 5029d16

Browse files
[pre-commit.ci] pre-commit autoupdate
[skip ci] updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/alessandrojcm/commitlint-pre-commit-hook: v9.21.0 → v9.23.0](alessandrojcm/commitlint-pre-commit-hook@v9.21.0...v9.23.0) - [github.com/eslint/eslint: v9.21.0 → v9.37.0](eslint/eslint@v9.21.0...v9.37.0)
1 parent 292dbad commit 5029d16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ci:
1414

1515
repos:
1616
- repo: https://github.com/pre-commit/pre-commit-hooks
17-
rev: v5.0.0
17+
rev: v6.0.0
1818
hooks:
1919
- id: check-added-large-files
2020
args: ["--maxkb=800"]
@@ -63,13 +63,13 @@ repos:
6363
- --autofix
6464
exclude: .*kratos/identity-schema.json$
6565
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
66-
rev: v9.21.0
66+
rev: v9.23.0
6767
hooks:
6868
- id: commitlint
6969
stages: [commit-msg]
7070
additional_dependencies: ["@commitlint/config-conventional"]
7171
- repo: https://github.com/eslint/eslint
72-
rev: v9.21.0
72+
rev: v9.37.0
7373
hooks:
7474
- id: eslint
7575
args:

0 commit comments

Comments
 (0)