Skip to content

Commit f4bf2b6

Browse files
gtronsetgithub-actions[bot]
authored andcommitted
Auto-update pre-commit hooks
1 parent 9052169 commit f4bf2b6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# yaml-language-server: $schema=https://json.schemastore.org/pre-commit-config.json
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.5.0
4+
rev: v5.0.0
55
hooks:
66
- id: check-yaml
77
- id: check-toml
@@ -15,7 +15,7 @@ repos:
1515
args: ["--maxkb=500"]
1616

1717
- repo: https://github.com/igorshubovych/markdownlint-cli
18-
rev: v0.38.0
18+
rev: v0.42.0
1919
hooks:
2020
- id: markdownlint
2121
- id: markdownlint
@@ -25,12 +25,12 @@ repos:
2525
stages: [manual]
2626

2727
- repo: https://github.com/koalaman/shellcheck-precommit
28-
rev: v0.9.0
28+
rev: v0.10.0
2929
hooks:
3030
- id: shellcheck
3131

3232
- repo: https://github.com/crate-ci/typos
33-
rev: v1.16.25
33+
rev: v1.26.0
3434
hooks:
3535
- id: typos
3636
exclude: "(_typos.toml|.gitignore|.dockerignore)"

0 commit comments

Comments
 (0)