#!/bin/sh
set -e
cd "$(git rev-parse --show-toplevel)"
uv run ruff check .
uv run ruff format --check .
