mirror of
https://github.com/kasmtech/terraform.git
synced 2026-01-23 02:24:11 +00:00
Add pre-commit hooks for Terraform
This commit is contained in:
parent
57962f7988
commit
ae34bc640c
1 changed files with 2 additions and 2 deletions
|
|
@ -1,11 +1,11 @@
|
|||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.4.0
|
||||
rev: v4.6.0
|
||||
hooks:
|
||||
- id: mixed-line-ending
|
||||
- id: trailing-whitespace
|
||||
- repo: https://github.com/antonbabenko/pre-commit-terraform
|
||||
rev: v1.81.0
|
||||
rev: v1.89.1
|
||||
hooks:
|
||||
- id: tfupdate
|
||||
name: Autoupdate Terraform versions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue