#!/usr/bin/env bash
set -euo pipefail

exec uv run pre-commit run --all-files --show-diff-on-failure
