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 8ada38a commit dc68aa5Copy full SHA for dc68aa5
1 file changed
.pre-commit-config.yaml
@@ -22,16 +22,16 @@ repos:
22
- id: mixed-line-ending
23
- id: trailing-whitespace
24
- repo: https://github.com/DavidAnson/markdownlint-cli2
25
- rev: v0.21.0
+ rev: v0.22.0
26
hooks:
27
- id: markdownlint-cli2
28
- repo: https://github.com/codespell-project/codespell
29
- rev: v2.4.1
+ rev: v2.4.2
30
31
- id: codespell
32
args: [--ignore-words=.codespellignore]
33
- repo: https://github.com/sirosen/check-jsonschema
34
- rev: 0.36.2
+ rev: 0.37.1
35
36
- id: check-github-actions
37
- id: check-github-workflows
0 commit comments