mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
Fix version in README.md (#46)
This commit is contained in:
parent
060249f2fe
commit
d678da9810
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ Step into the repository you want to have the pre-commit hooks installed and run
|
||||||
```bash
|
```bash
|
||||||
cat <<EOF > .pre-commit-config.yaml
|
cat <<EOF > .pre-commit-config.yaml
|
||||||
- repo: git://github.com/antonbabenko/pre-commit-terraform
|
- repo: git://github.com/antonbabenko/pre-commit-terraform
|
||||||
rev: v1.13.0
|
rev: v1.14.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: terraform_fmt
|
- id: terraform_fmt
|
||||||
- id: terraform_docs
|
- id: terraform_docs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue