forked from
gazagnaire.org/ocaml-mdns
mDNS/DNS-SD service discovery for OCaml (RFC 6762/6763)
1repos:
2 - repo: local
3 hooks:
4 - id: dune-format
5 name: Auto format with dune
6 entry: dune fmt --auto
7 language: system
8 files: \.(ml|mli|mll|mly)$
9 stages: [pre-commit]
10 pass_filenames: false
11
12 - id: remove-claude-attribution
13 name: Remove Claude attribution from commit message
14 entry: python3 .hooks/remove-claude-lines.py
15 language: system
16 stages: [commit-msg]