15 lines
461 B
YAML
15 lines
461 B
YAML
# Created by: Claude
|
|
# Date: 2026-01-01
|
|
# Purpose: Pre-commit hooks configuration for Mesh project
|
|
# Refs: tooling_precommit_vscode_snippets.md
|
|
|
|
repos:
|
|
- repo: local
|
|
hooks:
|
|
- id: mesh-traceability-headers
|
|
name: Mesh traceability headers check
|
|
entry: python3 scripts/check_trace_headers.py
|
|
language: system
|
|
types_or: [python, javascript, typescript, rust, yaml, toml, markdown, css, html]
|
|
pass_filenames: true
|