#!/bin/bash
set -e
ruff check src/ tests/
ruff format --check src/ tests/
