Skip to content

Commit bca757a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - [github.com/adrienverge/yamllint: v1.29.0 → v1.35.1](adrienverge/yamllint@v1.29.0...v1.35.1) - [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.29.3](python-jsonschema/check-jsonschema@0.21.0...0.29.3)
1 parent a712157 commit bca757a

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
@@ -6,7 +6,7 @@ repos:
66
entry: git-secrets
77
args: [--scan, --recursive]
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v4.4.0
9+
rev: v4.6.0
1010
hooks:
1111
# On Windows, git will convert all CRLF to LF,
1212
# but only after all hooks are done executing.
@@ -20,15 +20,15 @@ repos:
2020
- id: check-json
2121
- id: check-ast
2222
- repo: https://github.com/adrienverge/yamllint
23-
rev: v1.29.0
23+
rev: v1.35.1
2424
hooks:
2525
- id: yamllint
2626
- repo: https://github.com/Lucas-C/pre-commit-hooks
27-
rev: v1.4.2
27+
rev: v1.5.5
2828
hooks:
2929
- id: remove-tabs
3030
- repo: https://github.com/sirosen/check-jsonschema
31-
rev: 0.21.0
31+
rev: 0.29.3
3232
hooks:
3333
- id: check-github-workflows
3434
- id: check-github-actions

0 commit comments

Comments
 (0)