Skip to content

Commit

Permalink
Ran pre-commit autoupdate to get the latest version of the
Browse files Browse the repository at this point in the history
`pre-commit-terraform` hook since the PR I submitted,
antonbabenko/pre-commit-terraform#100,
was approved. This will fix issues with `skeleton-tf-module` related to multiple
directories with Terraform code.
  • Loading branch information
mcdonnnj committed Apr 6, 2020
1 parent 757a861 commit 0bc1aab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ repos:
- id: ansible-lint
# files: molecule/default/playbook.yml
- repo: https://github.com/antonbabenko/pre-commit-terraform.git
rev: v1.27.0
rev: v1.29.0
hooks:
- id: terraform_fmt
- id: terraform_validate
Expand All @@ -85,7 +85,7 @@ repos:
hooks:
- id: docker-compose-check
- repo: https://github.com/prettier/prettier
rev: 2.0.2
rev: 2.0.4
hooks:
- id: prettier
- repo: https://github.com/pre-commit/mirrors-mypy
Expand Down

0 comments on commit 0bc1aab

Please sign in to comment.