Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxymVlasov authored Nov 1, 2023
1 parent d1ec57e commit 21e21ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ Check the [source file](https://github.com/antonbabenko/pre-commit-terraform/blo

### Known limitations

Terraform operates on per-dir basis, when `pre-commit` only supports files and files that exist. That means if you only remove the tf-related file without any other changes in the same dir, checks will be skipped. Example and details [here](https://github.com/pre-commit/pre-commit/issues/3048)
Terraform operates on a per-dir basis, when `pre-commit` only supports files and files that exist. That means if you only remove the tf-related file without any other changes in the same dir, checks will be skipped. Example and details [here](https://github.com/pre-commit/pre-commit/issues/3048).

### All hooks: Usage of environment variables in `--args`

Expand Down

0 comments on commit 21e21ee

Please sign in to comment.