Skip to content

Commit 21d3813

Browse files
committed
fix(ci): update pre-commit internal link exclude paths for packages/
1 parent 0e2effb commit 21d3813

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,9 @@ repos:
172172
_site/|
173173
_book/|
174174
node_modules/|
175-
mlsysim/docs/api/| # auto-generated quartodoc API stubs
175+
(packages/)?mlsysim/docs/api/| # auto-generated quartodoc API stubs
176176
slides/tinyml/README-edx-original\.md$| # legacy edX export, archive
177-
tinytorch/tests/.*README\.md$| # GitHub line-range anchors (#L74-L99)
177+
(packages/)?tinytorch/tests/.*README\.md$| # GitHub line-range anchors (#L74-L99)
178178
labs/index\.qmd$| # Volume-N lab dirs are forward-looking
179179
labs/PROTOCOL\.md$| # Internal authoring doc, links into ../.claude/
180180
labs/TEMPLATE\.md$ # Internal authoring doc, links into ../.claude/

0 commit comments

Comments
 (0)