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

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