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

uv run ruff check .
uv run ruff format . --check
uv run mypy .
