Skip to content

Commit 12cde78

Browse files
Update pre-commit.yaml
1 parent 214ea48 commit 12cde78

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

scripts/config/pre-commit.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,23 @@ repos:
77
args: [--allow-missing-credentials]
88
- id: check-added-large-files
99
args: ['--maxkb=750']
10+
exclude: |
11+
(?x)^(
12+
docs/assets/aws-icons-mermaid.json
13+
)$
1014
- id: check-symlinks
1115
- id: detect-private-key
1216
- id: end-of-file-fixer
1317
- id: forbid-new-submodules
1418
- id: mixed-line-ending
1519
- id: pretty-format-json
1620
args: ['--autofix']
17-
# - id: ...
21+
exclude: |
22+
(?x)^(
23+
.*/?package-lock.json |
24+
docs/assets/js/zzzz-search-data.json |
25+
packages/event-schemas/schemas/[^/]+/[^/]+\.json
26+
)$
1827
- repo: local
1928
hooks:
2029
- id: sort-dictionary

0 commit comments

Comments
 (0)