mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
docs: Fixed the docs to use the latest config syntax(#106)
This commit is contained in:
parent
d174ca9514
commit
85ec8a49be
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ Step into the repository you want to have the pre-commit hooks installed and run
|
|||
```bash
|
||||
git init
|
||||
cat <<EOF > .pre-commit-config.yaml
|
||||
repos:
|
||||
- repo: git://github.com/antonbabenko/pre-commit-terraform
|
||||
rev: <VERSION> # Get the latest from: https://github.com/antonbabenko/pre-commit-terraform/releases
|
||||
hooks:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue