Skip to content

Commit 6cbf160

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/gruntwork-io/pre-commit: v0.1.12 → v0.1.23](gruntwork-io/pre-commit@v0.1.12...v0.1.23) - git://github.com/pre-commit/pre-commit-hooks → https://github.com/pre-commit/pre-commit-hooks - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v5.0.0](pre-commit/pre-commit-hooks@v4.0.1...v5.0.0)
1 parent ada3798 commit 6cbf160

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
repos:
22

33
- 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
4+
rev: v0.1.23 # Get the latest from: https://github.com/gruntwork-io/pre-commit/releases
55
hooks:
66
- id: terraform-fmt
77
- id: shellcheck
88
- id: tflint
99

10-
- repo: git://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.0.1 # Use the ref you want to point at
10+
- repo: https://github.com/pre-commit/pre-commit-hooks
11+
rev: v5.0.0 # Use the ref you want to point at
1212
hooks:
1313
- id: end-of-file-fixer
1414
- id: trailing-whitespace

0 commit comments

Comments
 (0)