We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ada3798 commit 6cbf160Copy full SHA for 6cbf160
.pre-commit-config.yaml
@@ -1,14 +1,14 @@
1
repos:
2
3
- repo: https://github.com/gruntwork-io/pre-commit
4
- rev: v0.1.12 # Get the latest from: https://github.com/gruntwork-io/pre-commit/releases
+ rev: v0.1.23 # Get the latest from: https://github.com/gruntwork-io/pre-commit/releases
5
hooks:
6
- id: terraform-fmt
7
- id: shellcheck
8
- id: tflint
9
10
- - repo: git://github.com/pre-commit/pre-commit-hooks
11
- rev: v4.0.1 # Use the ref you want to point at
+ - repo: https://github.com/pre-commit/pre-commit-hooks
+ rev: v5.0.0 # Use the ref you want to point at
12
13
- id: end-of-file-fixer
14
- id: trailing-whitespace
0 commit comments