Skip to content

Commit

Permalink
Remove YAML formatter, add cfn-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
symroe committed Dec 19, 2023
1 parent 5ead6e4 commit b62c342
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: debug-statements
- id: trailing-whitespace
Expand All @@ -18,3 +17,8 @@ repos:
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --extend-exclude, TCH]
- repo: https://github.com/awslabs/cfn-python-lint
rev: v0.83.3 # The version of cfn-lint to use
hooks:
- id: cfn-python-lint
files: template.yaml$

0 comments on commit b62c342

Please sign in to comment.