#!/bin/sh

set -e
set -x

ruff format

ruff format --preview
