Skip to content

Commit b23ee82

Browse files
[pre-commit.ci] pre-commit autoupdate
[skip ci] updates: - [github.com/alessandrojcm/commitlint-pre-commit-hook: v9.23.0 → v9.25.0](alessandrojcm/commitlint-pre-commit-hook@v9.23.0...v9.25.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.15.14](astral-sh/ruff-pre-commit@v0.14.3...v0.15.14) - [github.com/rhysd/actionlint: v1.7.8 → v1.7.12](rhysd/actionlint@v1.7.8...v1.7.12)
1 parent 08ece9b commit b23ee82

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,18 @@ repos:
5757
- --autofix
5858
exclude: .*docs/codes/2024/0012/junk/registration-flow-response.json
5959
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
60-
rev: v9.23.0
60+
rev: v9.25.0
6161
hooks:
6262
- id: commitlint
6363
stages: [commit-msg]
6464
additional_dependencies: ["@commitlint/config-conventional"]
6565
- repo: https://github.com/astral-sh/ruff-pre-commit
66-
rev: v0.14.3
66+
rev: v0.15.14
6767
hooks:
6868
- id: ruff
6969
args: [--fix]
7070
- id: ruff-format
7171
- repo: https://github.com/rhysd/actionlint
72-
rev: v1.7.8
72+
rev: v1.7.12
7373
hooks:
7474
- id: actionlint

0 commit comments

Comments
 (0)