Skip to content

Commit 16d4d6d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/awslabs/cfn-python-lint: v1.15.2 → v1.18.4](aws-cloudformation/cfn-lint@v1.15.2...v1.18.4) - [github.com/sirosen/check-jsonschema: 0.29.3 → 0.29.4](python-jsonschema/check-jsonschema@0.29.3...0.29.4)
1 parent 09b5376 commit 16d4d6d

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
@@ -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.6.0
9+
rev: v5.0.0
1010
hooks:
1111
# On Windows, git will convert all CRLF to LF, but only after all hooks are done executing.
1212
# yamllint will fail before git has a chance to convert line endings, so it must be explicitly done before yamllint
@@ -20,7 +20,7 @@ repos:
2020
hooks:
2121
- id: yamllint
2222
- repo: https://github.com/awslabs/cfn-python-lint
23-
rev: v1.15.2
23+
rev: v1.18.4
2424
hooks:
2525
- id: cfn-python-lint
2626
files: templates/.*\.(json|yml|yaml)$
@@ -30,7 +30,7 @@ repos:
3030
hooks:
3131
- id: remove-tabs
3232
- repo: https://github.com/sirosen/check-jsonschema
33-
rev: 0.29.3
33+
rev: 0.29.4
3434
hooks:
3535
- id: check-github-workflows
3636
- id: check-github-actions

0 commit comments

Comments
 (0)