We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9052169 commit aeec97eCopy full SHA for aeec97e
1 file changed
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
# yaml-language-server: $schema=https://json.schemastore.org/pre-commit-config.json
2
repos:
3
- repo: https://github.com/pre-commit/pre-commit-hooks
4
- rev: v4.5.0
+ rev: v6.0.0
5
hooks:
6
- id: check-yaml
7
- id: check-toml
@@ -15,7 +15,7 @@ repos:
15
args: ["--maxkb=500"]
16
17
- repo: https://github.com/igorshubovych/markdownlint-cli
18
- rev: v0.38.0
+ rev: v0.45.0
19
20
- id: markdownlint
21
@@ -25,12 +25,12 @@ repos:
25
stages: [manual]
26
27
- repo: https://github.com/koalaman/shellcheck-precommit
28
- rev: v0.9.0
+ rev: v0.11.0
29
30
- id: shellcheck
31
32
- repo: https://github.com/crate-ci/typos
33
- rev: v1.16.25
+ rev: v1
34
35
- id: typos
36
exclude: "(_typos.toml|.gitignore|.dockerignore)"
0 commit comments