What's Changed
Warning
This release has a breaking change for the packer_fmt
hook. You can restore the behavior from the 0.2.0 (and earlier) release with the following:
- repo: https://github.com/cisagov/pre-commit-packer
rev: v0.3.0
hooks:
- id: packer_fmt
args:
- -check
Full Changelog: v0.2.0...v0.3.0