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

uv run ruff format .
uv run ruff check . --fix
