#! /bin/sh -e

VENV="venv"
BIN="$VENV/bin/"

set -x

${BIN}pytest "$@"

scripts/style
