Skip to content

Commit 95a2fd9

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.39.1](eslint/eslint@v9.21.0...v9.39.1) - [github.com/rhysd/actionlint: v1.7.7 → v1.7.8](rhysd/actionlint@v1.7.7...v1.7.8)
1 parent 292dbad commit 95a2fd9

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
@@ -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,18 +63,18 @@ 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.39.1
7373
hooks:
7474
- id: eslint
7575
args:
7676
- --fix
7777
- repo: https://github.com/rhysd/actionlint
78-
rev: v1.7.7
78+
rev: v1.7.8
7979
hooks:
8080
- id: actionlint

0 commit comments

Comments
 (0)