Skip to content

Commit cbea30f

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.22.0 → v9.23.0](alessandrojcm/commitlint-pre-commit-hook@v9.22.0...v9.23.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.0 → v0.14.0](astral-sh/ruff-pre-commit@v0.11.0...v0.14.0) - [github.com/rhysd/actionlint: v1.7.7 → v1.7.8](rhysd/actionlint@v1.7.7...v1.7.8)
1 parent 6258cd4 commit cbea30f

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
@@ -13,7 +13,7 @@ ci:
1313

1414
repos:
1515
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: v5.0.0
16+
rev: v6.0.0
1717
hooks:
1818
- id: check-added-large-files
1919
args: ["--maxkb=800"]
@@ -61,18 +61,18 @@ repos:
6161
- --autofix
6262
exclude: .*docs/codes/2024/0012/junk/registration-flow-response.json
6363
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
64-
rev: v9.22.0
64+
rev: v9.23.0
6565
hooks:
6666
- id: commitlint
6767
stages: [commit-msg]
6868
additional_dependencies: ["@commitlint/config-conventional"]
6969
- repo: https://github.com/astral-sh/ruff-pre-commit
70-
rev: v0.11.0
70+
rev: v0.14.0
7171
hooks:
7272
- id: ruff
7373
args: [ --fix ]
7474
- id: ruff-format
7575
- repo: https://github.com/rhysd/actionlint
76-
rev: v1.7.7
76+
rev: v1.7.8
7777
hooks:
7878
- id: actionlint

0 commit comments

Comments
 (0)