Skip to content

Commit 2a266ed

Browse files
Update pre-commit.yaml
1 parent 421532d commit 2a266ed

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scripts/config/pre-commit.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ repos:
1919
- id: pretty-format-json
2020
args: ['--autofix']
2121
exclude: |
22-
(?x)^(
23-
.*/?package-lock.json |
24-
docs/assets/js/zzzz-search-data.json |
25-
packages/event-schemas/schemas/[^/]+/[^/]+\.json
26-
)$
22+
(?x)^(
23+
.*/?package-lock.json |
24+
docs/assets/js/zzzz-search-data.json |
25+
packages/event-schemas/schemas/[^/]+/[^/]+\.json
26+
)$
2727
- repo: local
2828
hooks:
2929
- id: sort-dictionary

0 commit comments

Comments
 (0)