There was an error while loading. Please reload this page.
1 parent 648501b commit ec96b14Copy full SHA for ec96b14
.pre-commit-config.yaml
@@ -34,11 +34,14 @@ repos:
34
hooks:
35
- id: markdownlint
36
args: ["--fix"]
37
- - repo: https://github.com/aws-cloudformation/cfn-python-lint
38
- rev: v0.61.1
+ - repo: local
39
40
- - id: cfn-python-lint
41
- files: examples/.*\.(yaml|yml)$
+ - id: cloudformation
+ name: linting::cloudformation
+ entry: poetry run cfn-lint
42
+ language: system
43
+ types: [yaml]
44
+ files: examples/.*
45
- repo: https://github.com/rhysd/actionlint
46
rev: v1.6.21
47
0 commit comments