mirror of
https://github.com/openai/codex.git
synced 2026-04-27 16:15:09 +00:00
9 lines
305 B
YAML
9 lines
305 B
YAML
repos:
|
|
- repo: local
|
|
hooks:
|
|
- id: check-task-frontmatter
|
|
name: Check agentydragon task frontmatter
|
|
entry: python3 agentydragon/tools/check_task_frontmatter.py
|
|
language: python
|
|
additional_dependencies: [PyYAML]
|
|
files: ^agentydragon/tasks/[0-9]{2}-.*\.md$ |