Skip to content

Commit 4b142ef

Browse files
committed
test: test pre-commit on wrappers
1 parent f3a8c24 commit 4b142ef

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ repos:
77
- id: terraform_docs
88
exclude: |
99
(?x)^(
10-
examples/.*|
11-
wrappers/.*
10+
examples/.*
1211
)$
1312
args:
1413
- "--args=--lockfile=false"
@@ -30,8 +29,7 @@ repos:
3029
- id: terraform_validate
3130
exclude: |
3231
(?x)^(
33-
examples/.*|
34-
wrappers/.*
32+
examples/.*
3533
)$
3634
- repo: https://github.com/pre-commit/pre-commit-hooks
3735
rev: v5.0.0

0 commit comments

Comments
 (0)