#!/bin/bash

set -e

uv run ruff check --fix src --no-cache
uv run ruff format src --no-cache
