#!/usr/bin/env sh

set -e

uv run ruff check --fix
uv run ruff format
