Added support for terraform-docs 0.8.0 with proper support for Terraform 0.12 syntax (bye-bye awk) (#85)

This commit is contained in:
Konstantin Kirpichnikov 2020-01-21 05:19:46 -05:00 committed by Anton Babenko
commit b99e3500e1
4 changed files with 42 additions and 38 deletions

View file

@ -1,6 +1,6 @@
repos:
- repo: git://github.com/pre-commit/pre-commit-hooks
rev: v2.2.3
rev: v2.4.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
@ -8,3 +8,8 @@ repos:
- id: check-case-conflict
- id: check-merge-conflict
- id: check-executables-have-shebangs
#- repo: git://github.com/jumanjihouse/pre-commit-hooks
# rev: 1.11.2
# hooks:
# - id: shellcheck
# - id: shfmt