Skip to content

Commit cbe03fb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - [github.com/adrienverge/yamllint: v1.29.0 → v1.37.0](adrienverge/yamllint@v1.29.0...v1.37.0) - [github.com/Lucas-C/pre-commit-hooks: v1.4.2 → v1.5.5](Lucas-C/pre-commit-hooks@v1.4.2...v1.5.5) - [github.com/sirosen/check-jsonschema: 0.21.0 → 0.32.1](python-jsonschema/check-jsonschema@0.21.0...0.32.1)
1 parent 73743f3 commit cbe03fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
entry: git-secrets
99
args: [--scan, --recursive]
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.4.0
11+
rev: v5.0.0
1212
hooks:
1313
# On Windows, git will convert all CRLF to LF,
1414
# but only after all hooks are done executing.
@@ -22,15 +22,15 @@ repos:
2222
- id: check-json
2323
- id: check-ast
2424
- repo: https://github.com/adrienverge/yamllint
25-
rev: v1.29.0
25+
rev: v1.37.0
2626
hooks:
2727
- id: yamllint
2828
- repo: https://github.com/Lucas-C/pre-commit-hooks
29-
rev: v1.4.2
29+
rev: v1.5.5
3030
hooks:
3131
- id: remove-tabs
3232
- repo: https://github.com/sirosen/check-jsonschema
33-
rev: 0.21.0
33+
rev: 0.32.1
3434
hooks:
3535
- id: check-github-workflows
3636
- id: check-github-actions

0 commit comments

Comments
 (0)