first
This commit is contained in:
14
.pre-commit-config.yaml
Normal file
14
.pre-commit-config.yaml
Normal 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
|
||||
Reference in New Issue
Block a user