Skip to content

Commit 1d55169

Browse files
committed
Update pre-commit, add 'conventional-pre-commit'
1 parent 1de6bc0 commit 1d55169

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exclude: |
77
# See https://pre-commit.com/hooks.html for more hooks#
88
repos:
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v5.0.0
10+
rev: v6.0.0
1111
hooks:
1212
- id: check-yaml
1313
- id: end-of-file-fixer
@@ -40,9 +40,15 @@ repos:
4040

4141
- repo: https://github.com/astral-sh/ruff-pre-commit
4242
# Ruff version.
43-
rev: v0.12.5
43+
rev: v0.12.12
4444
hooks:
4545
# Run the linter.
4646
- id: ruff
4747
# Run the formatter.
4848
- id: ruff-format
49+
- repo: https://github.com/compilerla/conventional-pre-commit
50+
rev: v4.2.0
51+
hooks:
52+
- id: conventional-pre-commit
53+
stages: [commit-msg]
54+
args: []

0 commit comments

Comments
 (0)