#! /bin/bash -ex

uv run ruff check --fix $SOURCE_FILES
uv run ruff format $SOURCE_FILES
uv run python unasync.py
