.PHONY: check install check: @mypy . || true @flake8 . || true @pyflakes . || true install: pip install --user -e .