#!/bin/sh -e

set -x

SOURCE_FILES="mangum tests"

uvx ruff format $SOURCE_FILES
uvx ruff check --fix $SOURCE_FILES
