Skip to content

Commit

Permalink
add a pre-commit hook file
Browse files Browse the repository at this point in the history
  • Loading branch information
aerickson committed Jul 29, 2024
1 parent 84671b5 commit 8636f50
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- id: tfas
name: tfas
description: "Run 'tfas' for authoritative Terraform module linting"
entry: tfas
language: python
files: .tf$
args: []
require_serial: true
additional_dependencies: []
minimum_pre_commit_version: "2.9.2"

0 comments on commit 8636f50

Please sign in to comment.