#! /bin/bash set -euo pipefail uv run mypy src/ uv run ruff check "$@" git diff --exit-code