#!/bin/bash
set -e
uv run ruff format "$@"
