Skip to content

Commit 26bf278

Browse files
committed
chore: bundle everything
1 parent f043f52 commit 26bf278

File tree

4 files changed

+19657
-17
lines changed

4 files changed

+19657
-17
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# See https://pre-commit.com for more information
22
# See https://pre-commit.com/hooks.html for more hooks
3+
4+
# Exclude pnpm-lock.yaml and all built files from all checks
5+
exclude: (?x)^( pnpm-lock.yaml| dist/.+ )$
6+
37
repos:
48
- repo: meta
59
hooks:
@@ -16,10 +20,6 @@ repos:
1620
- id: check-json
1721
- id: check-vcs-permalinks
1822
- id: check-yaml
19-
exclude: |
20-
(?x)^(
21-
pnpm-lock.yaml
22-
)$
2323
- id: no-commit-to-branch
2424
args: [--branch, main]
2525

@@ -28,10 +28,6 @@ repos:
2828
hooks:
2929
- id: yamlfmt
3030
args: [-formatter, retain_line_breaks_single=true]
31-
exclude: |
32-
(?x)^(
33-
pnpm-lock.yaml
34-
)$
3531

3632
- repo: https://github.com/rhysd/actionlint
3733
rev: v1.7.7

0 commit comments

Comments
 (0)