Skip to content

Commit c3f0de2

Browse files
committed
feat(hook): added frontmatter-validation hook
1 parent cce7add commit c3f0de2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@
315315
- id: validate-frontmatter
316316
name: Validate Markdown Frontmatter
317317
description: Validate frontmatter UUIDs and cross-references in markdown files
318-
entry: hooks/python/validate-frontmatter/validate_frontmatter
318+
entry: hooks/python/validate-frontmatter/validate_frontmatter.py
319319
language: python
320320
files: \.md$
321321
exclude: ^(README\.md|CHANGELOG\.md|\.github/.*\.md|\.ai/templates/.*|\.ai/artifacts/.*|docs/prompts/.*|docs/project-knowledge/user/.*)$

0 commit comments

Comments
 (0)