#!/bin/sh

set -ex

pipenv clean || (echo 'pipenv bug?'; pipenv --rm)
pipenv sync --dev
pipenv run pytest --doctest-modules
pipenv run pipenv run black --check .
pipenv run pylint --disable=fixme symuid tests