#!/usr/bin/env bash # MLSysBook: Run pre-commit on ALL files (matches CI behavior). # This hook runs before every commit. Configure with: git config core.hooksPath book/tools/git-hooks set -e exec pre-commit run --all-files