We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 724d78d + caeea69 commit 46f3ed2Copy full SHA for 46f3ed2
1 file changed
.pre-commit-config.yaml
@@ -9,12 +9,12 @@ repos:
9
- id: end-of-file-fixer
10
- id: trailing-whitespace
11
- repo: https://github.com/compilerla/conventional-pre-commit
12
- rev: v3.2.0
+ rev: v3.6.0
13
hooks:
14
- id: conventional-pre-commit
15
stages: [commit-msg]
16
args: [--strict]
17
- repo: https://github.com/igorshubovych/markdownlint-cli
18
- rev: v0.41.0
+ rev: v0.45.0
19
20
- id: markdownlint
0 commit comments