#!/usr/bin/env bash
set -e

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