#!/bin/sh
# Checked-in hook; enable with `mise run setup-hooks`.
# Constitution section 3: pre-commit runs format-check plus lint on staged files.
set -e
mise run pre-commit-staged
