Allow to have spaces in directories (#11)

This commit is contained in:
Anton Babenko 2018-04-21 11:22:47 +02:00 committed by GitHub
commit 41d4951aff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 17 additions and 2 deletions

View file

@ -13,7 +13,7 @@ An example `.pre-commit-config.yaml`:
```yaml
- repo: git://github.com/antonbabenko/pre-commit-terraform
sha: v1.5.0
sha: v1.6.0
hooks:
- id: terraform_fmt
```