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.
1 parent 2d452be commit 331ee53Copy full SHA for 331ee53
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.3.0
+ rev: f71fa2c1f9cf5cb705f73dffe4b21f7c61470ba9 # frozen: v4.4.0
4
hooks:
5
- id: trailing-whitespace
6
args: ['--markdown-linebreak-ext=md']
@@ -10,7 +10,7 @@ repos:
10
- id: detect-aws-credentials
11
args: ['--allow-missing-credentials']
12
- repo: https://github.com/antonbabenko/pre-commit-terraform
13
- rev: v1.76.0
+ rev: 1d54ea2b9950097568c6a7a2e2bcb6d4b4ebfb61 # frozen: v1.77.0
14
15
- id: terraform_fmt
16
- id: terraform_docs
0 commit comments