#!/bin/bash if [[ -z $(command -v uv) ]]; then echo "Requires uv." exit 1 fi uv pip install . uv run pre-commit install