Skip to content

Commit

Permalink
fix: changed config file
Browse files Browse the repository at this point in the history
  • Loading branch information
vjdbj committed Oct 8, 2024
1 parent 61d3645 commit 74a852b
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
repos:

- repo: https://github.com/gruntwork-io/pre-commit
rev: v0.1.23 # Get the latest from: https://github.com/gruntwork-io/pre-commit/releases
# repos:
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.96.1 # Version of the pre-commit-terraform repository
hooks:
- id: terraform-fmt
- id: shellcheck
- id: terraform-docs
- id: tflint

- repo: https://github.com/antonbabenko/pre-commit-terraform.git
rev: v1.96.1 # Use the ref you want to point at
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0 # Get the latest version from https://github.com/pre-commit/pre-commit-hooks/releases
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- id: mixed-line-ending
- id: check-byte-order-marker
- id: check-executables-have-shebangs
- id: check-merge-conflict
- id: debug-statements
- id: check-yaml
- id: check-added-large-files
- id: check-yaml

0 comments on commit 74a852b

Please sign in to comment.