Files
mesh/.pre-commit-config.yaml
Gilles Soulier 1d177e96a6 first
2026-01-05 13:20:54 +01:00

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