Codebase list debmutate / c6f6adb8-2b19-475c-8174-416d4c92ec6f/main Makefile
c6f6adb8-2b19-475c-8174-416d4c92ec6f/main

Tree @c6f6adb8-2b19-475c-8174-416d4c92ec6f/main (Download .tar.gz)

Makefile @c6f6adb8-2b19-475c-8174-416d4c92ec6f/mainraw · history · blame

check:: style testsuite typing

.PHONY: style testsuite unsupported

style::
	flake8

typing::
	mypy debmutate

testsuite::
	python3 setup.py test