#! /usr/bin/env bash

. .venv/bin/activate

mypy --install-types src

pytest
