Skip to content

Commit d2c88e1

Browse files
vjdhamaclaude
andcommitted
chore: update pre-commit hooks to latest versions
- Update antonbabenko/pre-commit-terraform from v1.89.0 to v1.99.0 - Update pre-commit/pre-commit-hooks from v4.6.0 to v6.0.0 - Includes latest Terraform linting features and bug fixes - Improves code quality and validation 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 678d549 commit d2c88e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/antonbabenko/pre-commit-terraform
3-
rev: v1.89.0
3+
rev: v1.99.0
44
hooks:
55
- id: terraform_fmt
66
- id: terraform_tflint
@@ -21,7 +21,7 @@ repos:
2121
- '--args=--only=terraform_unused_required_providers'
2222
- id: terraform_validate
2323
- repo: https://github.com/pre-commit/pre-commit-hooks
24-
rev: v4.6.0
24+
rev: v6.0.0
2525
hooks:
2626
- id: check-merge-conflict
2727
- id: end-of-file-fixer

0 commit comments

Comments
 (0)