We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b00cf1 commit da6e974Copy full SHA for da6e974
.pre-commit-config.yaml
@@ -26,14 +26,14 @@ repos:
26
- prettier
27
- prettier-plugin-sort-json
28
- repo: https://github.com/streetsidesoftware/cspell-cli
29
- rev: v8.3.0
+ rev: v8.6.1
30
hooks:
31
- id: cspell
32
# entry: codespell --relative
33
args: [--relative, --no-progress, --no-summary]
34
name: Spell check with cspell
35
- repo: https://github.com/sirosen/check-jsonschema
36
- rev: 0.27.3
+ rev: 0.28.1
37
38
- id: check-github-workflows
39
- repo: https://github.com/pre-commit/pre-commit-hooks.git
@@ -52,7 +52,7 @@ repos:
52
53
- id: codespell
54
- repo: https://github.com/adrienverge/yamllint.git
55
- rev: v1.33.0
+ rev: v1.35.1
56
57
- id: yamllint
58
files: \.(yaml|yml)$
0 commit comments