pre-commit update

This commit is contained in:
Jan Koppe 2024-01-25 19:27:21 +01:00
parent 33205b6fb5
commit f4eba46876
Signed by: thunfisch
GPG Key ID: BE935B0735A2129B
1 changed files with 3 additions and 3 deletions

View File

@ -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