Skip to content

Commit 3a4d0d3

Browse files
authored
1 parent 4824f1d commit 3a4d0d3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
name: run check-hooks-apply
1616
description: check hooks apply to the repository
1717
- repo: https://github.com/pre-commit/pre-commit-hooks
18-
rev: v5.0.0
18+
rev: v6.0.0
1919
hooks:
2020
- id: check-added-large-files
2121
- id: check-ast
@@ -46,7 +46,7 @@ repos:
4646
types: [markdown]
4747
files: \.md$
4848
- repo: https://github.com/shellcheck-py/shellcheck-py
49-
rev: v0.10.0.1
49+
rev: v0.11.0.1
5050
hooks:
5151
- id: shellcheck
5252
name: run shellcheck
@@ -61,22 +61,22 @@ repos:
6161
types: [yaml]
6262
files: \.ya?ml$
6363
- repo: https://github.com/crate-ci/typos
64-
rev: v1.34.0
64+
rev: v1.39.0
6565
hooks:
6666
- id: typos
6767
name: run typos
6868
description: check spelling with the typos crate
6969
files: \.(html|md|py|sh|ya?ml)$
7070
args: [--config=.github/linters/.typos.toml]
7171
- repo: https://github.com/rhysd/actionlint
72-
rev: v1.7.7
72+
rev: v1.7.8
7373
hooks:
7474
- id: actionlint
7575
- repo: https://github.com/python-jsonschema/check-jsonschema
76-
rev: 0.30.0
76+
rev: 0.34.1
7777
hooks:
7878
- id: check-github-workflows
7979
- repo: https://github.com/zizmorcore/zizmor-pre-commit
80-
rev: v1.16.0
80+
rev: v1.16.2
8181
hooks:
8282
- id: zizmor

0 commit comments

Comments
 (0)