#!/usr/bin/env bash
# Pre-push hook: runs fmt check and clippy before any push.
# Mirrors the CI `just check` step so formatting/lint failures are caught locally.
#
# To skip for a single push: GIT_NO_CHECK=1 git push ...
# To disable permanently: remove .git/hooks/pre-push
if [; then
fi
if ! ; then
fi
REPO_ROOT=""
if ! ; then
fi