Skip to content

Commit cd594ec

Browse files
committed
evendor exclude
1 parent c09e4cb commit cd594ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

template/.pre-commit-config.yaml.jinja

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ repos:
6161
.devcontainer/devcontainer-lock.json|
6262
.copier-answers.yml|
6363
.*\.xml|
64+
.*/vendor_files/.*|
6465
)$
6566
- id: pretty-format-json
6667
exclude: |
@@ -120,6 +121,7 @@ repos:
120121
exclude: |
121122
(?x)^(
122123
.*/__snapshots__/.*|
124+
.*/vendor_files/.*|
123125
)$
124126

125127
# Invalid File Checks

0 commit comments

Comments
 (0)