#!/usr/bin/env sh

set -e

uv run pre-commit run --all-files
uv run mypy stac_geoparquet
