#!/bin/sh -e

set -x

uv run black mangum tests --check
uv run mypy mangum
uv run flake8 mangum tests
