#!/bin/bash shopt -s globstar mypy -p pypaste || exit $? flake8 pypaste/**.py || exit $?