We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2fded6c + a0c9f40 commit 69e4a5aCopy full SHA for 69e4a5a
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ ci:
2
autoupdate_schedule: monthly
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v5.0.0
+ rev: v6.0.0
6
hooks:
7
# On Windows, git will convert all CRLF to LF, but only after all hooks are done executing.
8
# 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:
17
18
- id: yamllint
19
- repo: https://github.com/awslabs/cfn-python-lint
20
- rev: v1.38.1
+ rev: v1.39.1
21
22
- id: cfn-python-lint
23
files: template\.(json|yml|yaml)$
0 commit comments