docs: Fixed the docs to use the latest config syntax(#106)

This commit is contained in:
snolan-uturn 2020-04-29 15:06:02 -05:00 committed by GitHub
commit 85ec8a49be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: