From 501ba3da9a3a93a0a61e9cc8947dce111c9fbd38 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Thu, 19 Mar 2026 21:05:32 -0400 Subject: [PATCH] makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index f6190bbd..8a81b8b2 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,8 @@ format: format-check: @dune build $(DUNE_OPTS) @fmt --display=quiet +install-pre-commit-hook: + uvx pre-commit install --hook-type pre-push VERSION=$(shell awk '/^version:/ {print $$2}' containers.opam)