#!/usr/bin/env bash
set -eux

# If you want more details on the underlying command, refer to ../.pre-commit-config.yaml
uvx prek run --all-files --show-diff-on-failure "$@"
