Skip to content

Commit bf4cd1a

Browse files
[pre-commit.ci] pre-commit autoupdate (#25)
updates: - [github.com/alessandrojcm/commitlint-pre-commit-hook: v9.18.0 → v9.19.0](alessandrojcm/commitlint-pre-commit-hook@v9.18.0...v9.19.0) - [github.com/astral-sh/ruff-pre-commit: v0.8.0 → v0.8.2](astral-sh/ruff-pre-commit@v0.8.0...v0.8.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e07a64a commit bf4cd1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ repos:
4848
- --autofix
4949
exclude: .*docs/codes/2024/0012/junk/registration-flow-response.json
5050
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
51-
rev: v9.18.0
51+
rev: v9.19.0
5252
hooks:
5353
- id: commitlint
5454
stages: [commit-msg]
5555
additional_dependencies: ["@commitlint/config-conventional"]
5656
- repo: https://github.com/astral-sh/ruff-pre-commit
57-
rev: v0.8.0
57+
rev: v0.8.2
5858
hooks:
5959
- id: ruff
6060
args: [ --fix ]

0 commit comments

Comments
 (0)