#!/bin/bash -ex

uv run ruff format --diff
uv run ruff check
uv run pytest
