pre-commit update
This commit is contained in:
parent
33205b6fb5
commit
f4eba46876
|
@ -1,18 +1,18 @@
|
|||
---
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v2.3.0
|
||||
rev: v4.5.0
|
||||
hooks:
|
||||
- id: end-of-file-fixer
|
||||
- id: trailing-whitespace
|
||||
- repo: https://github.com/adrienverge/yamllint.git
|
||||
rev: v1.17.0
|
||||
rev: v1.33.0
|
||||
hooks:
|
||||
- id: yamllint
|
||||
args: ['--strict']
|
||||
exclude: ".enc.yaml"
|
||||
- repo: https://github.com/antonbabenko/pre-commit-terraform
|
||||
rev: v1.58.0
|
||||
rev: v1.86.0
|
||||
hooks:
|
||||
- id: terraform_fmt
|
||||
- id: terraform_docs
|
||||
|
|
Loading…
Reference in New Issue