Skip to content

chore(dep): add cfn-lint as a dev dependency #1612

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,14 @@ repos:
hooks:
- id: markdownlint
args: ["--fix"]
- repo: https://github.com/aws-cloudformation/cfn-python-lint
rev: v0.61.1
- repo: local
hooks:
- id: cfn-python-lint
files: examples/.*\.(yaml|yml)$
- id: cloudformation
name: linting::cloudformation
entry: poetry run cfn-lint
language: system
types: [yaml]
files: examples/.*
- repo: https://github.com/rhysd/actionlint
rev: v1.6.21
hooks:
Expand Down
Loading