if [[ ! -d .venv ]]; then
  uv venv --seed
fi

source .venv/bin/activate

uv run pre-commit install