- ---
- repos:
- - repo: git://github.com/antonbabenko/pre-commit-terraform
- rev: v1.24.0
- hooks:
- - id: terraform_fmt
- - id: terraform_docs
- - repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v2.4.0
- hooks:
- - id: end-of-file-fixer
- - id: trailing-whitespace
- - id: no-commit-to-branch
|