mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
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:
parent
9fd71e3934
commit
b99e3500e1
4 changed files with 42 additions and 38 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue