We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 826c840 commit a248862Copy full SHA for a248862
.pre-commit-config.yaml
@@ -12,11 +12,11 @@ repos:
12
hooks:
13
- id: yamllint
14
- repo: https://github.com/DavidAnson/markdownlint-cli2
15
- rev: v0.17.1
+ rev: v0.17.2
16
17
- id: markdownlint-cli2-rules-docker
18
- repo: https://github.com/codespell-project/codespell
19
- rev: v2.3.0
+ rev: v2.4.1
20
21
- id: codespell
22
args: [--toml, codespell.precommit-toml]
@@ -27,7 +27,7 @@ repos:
27
28
- id: shellcheck
29
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
30
- rev: v9.20.0
+ rev: v9.21.0
31
32
- id: commitlint
33
stages: [commit-msg]
0 commit comments