Skip to content

Commit 5763f91

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/adrienverge/yamllint: v1.35.1 → v1.37.1](adrienverge/yamllint@v1.35.1...v1.37.1) - [github.com/sirosen/check-jsonschema: 0.29.4 → 0.33.3](python-jsonschema/check-jsonschema@0.29.4...0.33.3)
1 parent ce754c7 commit 5763f91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
entry: git-secrets
1010
args: [--scan, --recursive]
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v5.0.0
12+
rev: v6.0.0
1313
hooks:
1414
# On Windows, git will convert all CRLF to LF,
1515
# but only after all hooks are done executing.
@@ -23,15 +23,15 @@ repos:
2323
- id: check-json
2424
- id: check-ast
2525
- repo: https://github.com/adrienverge/yamllint
26-
rev: v1.35.1
26+
rev: v1.37.1
2727
hooks:
2828
- id: yamllint
2929
- repo: https://github.com/Lucas-C/pre-commit-hooks
3030
rev: v1.5.5
3131
hooks:
3232
- id: remove-tabs
3333
- repo: https://github.com/sirosen/check-jsonschema
34-
rev: 0.29.4
34+
rev: 0.33.3
3535
hooks:
3636
- id: check-github-workflows
3737
- id: check-github-actions

0 commit comments

Comments
 (0)