go:
	./this-pylint --which-2 None --to-pylint pstree
	/usr/local/cpython-3.6/bin/mypy --disallow-untyped-calls pstree
	./pstree

clean:
	rm -rf .mypy_cache