This commit is contained in:
Gilles Soulier
2026-01-05 13:13:08 +01:00
parent 8e14adafc6
commit 1d177e96a6
149 changed files with 29541 additions and 1 deletions

14
.pre-commit-config.yaml Normal file
View File

@@ -0,0 +1,14 @@
# 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