#!/usr/bin/env bash
uv python upgrade
uv self update
pre-commit autoupdate
uv tool upgrade --all
uv sync --upgrade
pre-commit run --all-files; status=$?; git diff; (exit $status)
