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

echo "pre-push: running tests"
uv run pytest --tb=short -q
