Skip to content

Commit 62b47d4

Browse files
[pre-commit.ci] pre-commit autoupdate (#1462)
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/awslabs/cfn-python-lint: v1.38.1 → v1.39.1](aws-cloudformation/cfn-lint@v1.38.1...v1.39.1) - [github.com/sirosen/check-jsonschema: 0.33.2 → 0.33.3](python-jsonschema/check-jsonschema@0.33.2...0.33.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 614fc8f commit 62b47d4

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
@@ -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: v5.0.0
11+
rev: v6.0.0
1212
hooks:
1313
# On Windows, git will convert all CRLF to LF, but only after all hooks are done executing.
1414
# yamllint will fail before git has a chance to convert line endings, so it must be explicitly done before yamllint
@@ -22,7 +22,7 @@ repos:
2222
hooks:
2323
- id: yamllint
2424
- repo: https://github.com/awslabs/cfn-python-lint
25-
rev: v1.38.1
25+
rev: v1.39.1
2626
hooks:
2727
- id: cfn-python-lint
2828
files: templates/.*\.(json|yml|yaml)$
@@ -32,7 +32,7 @@ repos:
3232
hooks:
3333
- id: remove-tabs
3434
- repo: https://github.com/sirosen/check-jsonschema
35-
rev: 0.33.2
35+
rev: 0.33.3
3636
hooks:
3737
- id: check-github-workflows
3838
- id: check-github-actions

0 commit comments

Comments
 (0)