#!/bin/sh -e

set -x

uvx ruff check --fix
uvx ruff format
