#!/bin/bash

set -e

python -m ruff check --fix src --no-cache
python -m ruff format src --no-cache
