mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
fix: Terraform validate for submodules (#172)
This commit is contained in:
parent
4f6e849059
commit
827af52cd2
2 changed files with 3 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
repos:
|
||||
- repo: git://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v3.3.0
|
||||
rev: v3.4.0
|
||||
hooks:
|
||||
- id: check-yaml
|
||||
- id: end-of-file-fixer
|
||||
|
|
@ -9,7 +9,7 @@ repos:
|
|||
- id: check-merge-conflict
|
||||
- id: check-executables-have-shebangs
|
||||
- repo: git://github.com/jumanjihouse/pre-commit-hooks
|
||||
rev: 2.1.4
|
||||
rev: 2.1.5
|
||||
hooks:
|
||||
- id: shfmt
|
||||
args: ['-l', '-i', '2', '-ci', '-sr', '-w']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue