#!/bin/sh set -e python3 -m mypy task.py python3 -m flake8 task.py python3 -m pylint --good-names 'do_GET,do_POST' task.py exit 0