#!/usr/bin/env bash

set -e

python -u -m ruff check --fix src tests app.py
python -u -m ruff format src tests app.py
