#!/bin/sh

set -e

exec uv run -- ruff format "$@"
