Skip to content

Commit ee6d4f0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/gruntwork-io/pre-commit: v0.1.29 → v0.1.30](gruntwork-io/pre-commit@v0.1.29...v0.1.30) - [github.com/shellcheck-py/shellcheck-py: v0.10.0.1 → v0.11.0.1](shellcheck-py/shellcheck-py@v0.10.0.1...v0.11.0.1) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0)
1 parent de8c8a0 commit ee6d4f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ ci:
44
repos:
55

66
- repo: https://github.com/gruntwork-io/pre-commit
7-
rev: v0.1.29
7+
rev: v0.1.30
88
hooks:
99
- id: terraform-fmt
1010
name: Lint Terraform
1111
- id: terraform-validate
1212
name: Validate Terraform
1313

1414
- repo: https://github.com/shellcheck-py/shellcheck-py
15-
rev: v0.10.0.1
15+
rev: v0.11.0.1
1616
hooks:
1717
- id: shellcheck
1818

@@ -24,7 +24,7 @@ repos:
2424
args: ['--baseline', '.secrets.baseline']
2525

2626
- repo: https://github.com/pre-commit/pre-commit-hooks
27-
rev: v5.0.0
27+
rev: v6.0.0
2828
hooks:
2929
- id: trailing-whitespace
3030
- id: end-of-file-fixer

0 commit comments

Comments
 (0)