#!/usr/bin/env bash
uv self update
pre-commit autoupdate
uv tool upgrade --all
uv sync --upgrade
pre-commit run --all-files
