all: unittest lint mypy unittest: python3 -m unittest -v lint: pylint git_oh.py test.py .PHONY: lint mypy