We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7673ce + dda84e7 commit c8a8248Copy full SHA for c8a8248
.pre-commit-config.yaml
@@ -1,13 +1,13 @@
1
repos:
2
- repo: git://github.com/antonbabenko/pre-commit-terraform
3
- rev: v1.30.0
+ rev: v1.43.0
4
hooks:
5
- - id: terraform_fmt
+ - id: terraform_fmt
6
7
- repo: https://github.com/pre-commit/pre-commit-hooks
8
- rev: v3.1.0
+ rev: v3.2.0
9
10
- id: check-merge-conflict
11
- - id: trailing-whitespace
12
- id: check-yaml
13
- - id: check-added-large-files
+ - id: check-added-large-files
+ - id: trailing-whitespace
0 commit comments