Skip to content

Commit

Permalink
updated pre commit hooks for cloudformation
Browse files Browse the repository at this point in the history
  • Loading branch information
jdepp committed May 3, 2021
1 parent 26f45eb commit 34425a0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ repos:
- repo: git://github.com/pre-commit/pre-commit-hooks
rev: v2.2.3
hooks:
- id: cfn-python-lint
files: deploy/
- id: check-ast
- id: check-json
- id: check-merge-conflict
Expand All @@ -31,3 +29,9 @@ repos:
hooks:
- id: markdownlint
entry: markdownlint --ignore .github/*.md

- repo: github.com/aws-cloudformation/cfn-python-lint
rev: stable
hooks:
- id: cfn-python-lint
files: deploy/

0 comments on commit 34425a0

Please sign in to comment.