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 cb41425 commit 8997b8aCopy full SHA for 8997b8a
.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.3.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.45.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