#!/bin/sh set -e python3 -m mypy *.py python3 -m flake8 *.py python3 -m pylint *.py exit 0