#!/usr/bin/env bash

set -e

uv run ruff check 
uv run ruff format
uv run pytest -v tests/unit/
