We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1de6bc0 commit 1d55169Copy full SHA for 1d55169
.pre-commit-config.yaml
@@ -7,7 +7,7 @@ exclude: |
7
# See https://pre-commit.com/hooks.html for more hooks#
8
repos:
9
- repo: https://github.com/pre-commit/pre-commit-hooks
10
- rev: v5.0.0
+ rev: v6.0.0
11
hooks:
12
- id: check-yaml
13
- id: end-of-file-fixer
@@ -40,9 +40,15 @@ repos:
40
41
- repo: https://github.com/astral-sh/ruff-pre-commit
42
# Ruff version.
43
- rev: v0.12.5
+ rev: v0.12.12
44
45
# Run the linter.
46
- id: ruff
47
# Run the formatter.
48
- 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