There was an error while loading. Please reload this page.
2 parents cf4dc21 + 3e1546d commit 4eeb0f4Copy full SHA for 4eeb0f4
1 file changed
.pre-commit-config.yaml
@@ -34,6 +34,8 @@ repos:
34
rev: 1.0.0
35
hooks:
36
- id: mdformat
37
+ # mdformat treats Agent Skill YAML frontmatter as Markdown content.
38
+ exclude: ^\.agents/skills/.*/SKILL\.md$
39
additional_dependencies:
40
- mdformat-gfm # GitHub Flavored Markdown support (tables, autolinks, etc.)
41
- mdformat-simple-breaks # Use --- for thematic breaks instead of 70 underscores
0 commit comments