#!/usr/bin/env bash
set -euo pipefail
bash .github/ci/setup-python
uv run ruff check .
uv run ruff format --check .
