.pre-commit-config.yaml 309 B

12345678910111213
  1. ---
  2. repos:
  3. - repo: git://github.com/antonbabenko/pre-commit-terraform
  4. rev: v1.24.0
  5. hooks:
  6. - id: terraform_fmt
  7. - id: terraform_docs
  8. - repo: https://github.com/pre-commit/pre-commit-hooks
  9. rev: v2.4.0
  10. hooks:
  11. - id: end-of-file-fixer
  12. - id: trailing-whitespace
  13. - id: no-commit-to-branch