We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb41425 + d2e8b63 commit 5a24571Copy full SHA for 5a24571
1 file changed
.pre-commit-config.yaml
@@ -8,18 +8,18 @@ default_install_hook_types:
8
9
repos:
10
- repo: https://github.com/compilerla/conventional-pre-commit
11
- rev: v4.2.0
+ rev: v4.4.0
12
hooks:
13
- id: conventional-pre-commit
14
stages: [commit-msg]
15
16
- repo: https://github.com/igorshubovych/markdownlint-cli
17
- rev: v0.44.0
+ rev: v0.48.0
18
19
- id: markdownlint
20
21
- repo: https://github.com/pre-commit/pre-commit-hooks
22
- rev: v5.0.0
+ rev: v6.0.0
23
24
- id: check-added-large-files
25
- id: check-merge-conflict
0 commit comments