#!/usr/bin/env sh

set -o errexit
cd "$(dirname "$0")"

poetry run maturin build
poetry run mypy --namespace-packages --package symbologyl2
