We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a65511 commit 903c2d9Copy full SHA for 903c2d9
.pre-commit-config.yaml
@@ -8,11 +8,11 @@ repos:
8
- id: end-of-file-fixer
9
- id: check-added-large-files
10
- repo: https://github.com/adrienverge/yamllint
11
- rev: v1.37.1
+ rev: v1.38.0
12
hooks:
13
- id: yamllint
14
- repo: https://github.com/DavidAnson/markdownlint-cli2
15
- rev: v0.18.1
+ rev: v0.21.0
16
17
- id: markdownlint-cli2-rules-docker
18
- repo: https://github.com/codespell-project/codespell
@@ -27,7 +27,7 @@ repos:
27
28
- id: shellcheck
29
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
30
- rev: v9.23.0
+ rev: v9.24.0
31
32
- id: commitlint
33
stages: [commit-msg]
0 commit comments