Skip to content

Commit db8ecd8

Browse files
[pre-commit.ci] pre-commit autoupdate (#1511)
updates: - [github.com/awslabs/cfn-python-lint: v1.40.4 → v1.42.0](aws-cloudformation/cfn-lint@v1.40.4...v1.42.0) - [github.com/sirosen/check-jsonschema: 0.34.1 → 0.35.0](python-jsonschema/check-jsonschema@0.34.1...0.35.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 636dd65 commit db8ecd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
hooks:
2323
- id: yamllint
2424
- repo: https://github.com/awslabs/cfn-python-lint
25-
rev: v1.40.4
25+
rev: v1.42.0
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.34.1
35+
rev: 0.35.0
3636
hooks:
3737
- id: check-github-workflows
3838
- id: check-github-actions

0 commit comments

Comments
 (0)