#!/usr/bin/env bash
# [MISE] hide=true
# [MISE] tools={ruff="latest"}

set -o errexit
set -o pipefail

ruff format --diff
