#!/usr/bin/env bash
set -euo pipefail

uv run pre-commit run --config .pre-commit-config.yaml
