Skip to content

Commit d77f6ff

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/awslabs/cfn-python-lint: v1.42.0 → v1.43.1](aws-cloudformation/cfn-lint@v1.42.0...v1.43.1) - [github.com/sirosen/check-jsonschema: 0.35.0 → 0.36.0](python-jsonschema/check-jsonschema@0.35.0...0.36.0)
1 parent b3674de commit d77f6ff

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.42.0
25+
rev: v1.43.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.35.0
35+
rev: 0.36.0
3636
hooks:
3737
- id: check-github-workflows
3838
- id: check-github-actions

0 commit comments

Comments
 (0)