#!/usr/bin/env bash
set -e
uv run ruff check src/ tests/
uv run ruff format --check src/ tests/