Skip to content

Commit 17d71a4

Browse files
chore(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.15.4](astral-sh/ruff-pre-commit@v0.14.10...v0.15.4) - [github.com/commitizen-tools/commitizen: v4.11.1 → v4.13.9](commitizen-tools/commitizen@v4.11.1...v4.13.9) - [github.com/alessandrojcm/commitlint-pre-commit-hook: v9.23.0 → v9.24.0](alessandrojcm/commitlint-pre-commit-hook@v9.23.0...v9.24.0)
1 parent 7ad5080 commit 17d71a4

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
@@ -21,19 +21,19 @@ repos:
2121
- id: check-yaml
2222
- id: detect-private-key
2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.14.10
24+
rev: v0.15.4
2525
hooks:
2626
- id: ruff
2727
args:
2828
- --fix
2929
- id: ruff-format
3030
- repo: https://github.com/commitizen-tools/commitizen
31-
rev: v4.11.1
31+
rev: v4.13.9
3232
hooks:
3333
- id: commitizen
3434
stages: [commit-msg]
3535
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
36-
rev: v9.23.0
36+
rev: v9.24.0
3737
hooks:
3838
- id: commitlint
3939
stages: [commit-msg]

0 commit comments

Comments
 (0)