#!/usr/bin/env bash
#MISE description="Format package: iqm-benchmarks"
set -euo pipefail

ruff format .
ruff check . --fix
