#!/usr/bin/env bash

set -e

echo "==> Running ruff"
uv run ruff check --fix hishel tests
uv run ruff format hishel tests

