Skip to content

Commit 24ea59d

Browse files
[pre-commit.ci] pre-commit autoupdate
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)
1 parent 525d536 commit 24ea59d

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
@@ -2,7 +2,7 @@ ci:
22
autoupdate_schedule: monthly
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
# On Windows, git will convert all CRLF to LF, but only after all hooks are done executing.
88
# yamllint will fail before git has a chance to convert line endings, so line endings must be explicitly converted before yamllint
@@ -17,7 +17,7 @@ repos:
1717
hooks:
1818
- id: yamllint
1919
- repo: https://github.com/awslabs/cfn-python-lint
20-
rev: v1.38.1
20+
rev: v1.39.1
2121
hooks:
2222
- id: cfn-python-lint
2323
files: template\.(json|yml|yaml)$

0 commit comments

Comments
 (0)