Skip to content

Commit

Permalink
chroe: pre commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavkumarsph committed Jul 10, 2024
1 parent c882d00 commit c44562d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ repos:
- id: shellcheck

- repo: https://github.com/tcort/markdown-link-check
rev: v3.12.1
rev: v3.12.2
hooks:
- id: markdown-link-check
args:
- "--config=mlc_config.json"

- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.89.0
rev: v1.92.0
hooks:
- id: terraform_fmt
- id: terraform_providers_lock
Expand Down
2 changes: 1 addition & 1 deletion .tflint.hcl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugin "aws" {
enabled = true
version = "0.23.1"
version = "0.32.0"
source = "github.com/terraform-linters/tflint-ruleset-aws"
}

Expand Down

0 comments on commit c44562d

Please sign in to comment.