dir2md / .pre-commit-config.yaml
Flamehaven's picture
Initial commit: Dir2md open-core project
d466b7d
repos:
- repo: local
hooks:
- id: dir2md-dry-run
name: dir2md (dry-run)
entry: bash -lc 'dir2md . --preset iceberg --emit-manifest --stats --dry-run >/dev/null || true'
language: system
pass_filenames: false
stages: [pre-commit]