diff --git a/ahoskingit/terraform/.pre-commit-config.yaml b/ahoskingit/terraform/.pre-commit-config.yaml index dbf6f5e..ddd1916 100644 --- a/ahoskingit/terraform/.pre-commit-config.yaml +++ b/ahoskingit/terraform/.pre-commit-config.yaml @@ -1,9 +1,9 @@ repos: -- repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.1.0 # Use the ref you want to point at - hooks: - - id: detect-aws-credentials - - id: detect-private-key +# - repo: https://github.com/pre-commit/pre-commit-hooks +# rev: v3.1.0 # Use the ref you want to point at +# hooks: +# - id: detect-aws-credentials +# - id: detect-private-key - repo: local hooks: - id: terraform-fmt