go:
	/usr/local/cpython-3.7/bin/mypy --disallow-untyped-calls --ignore-missing-imports avconvert
	./this-pylint --which-2 None --to-pylint avconvert

clean:
	rm -rf .ropeproject
	rm -rf .mypy_cache