Codebase list debmutate / 56b3c64c-1704-4482-817a-98b3b1d7c0c0/main Makefile
56b3c64c-1704-4482-817a-98b3b1d7c0c0/main

Tree @56b3c64c-1704-4482-817a-98b3b1d7c0c0/main (Download .tar.gz)

Makefile @56b3c64c-1704-4482-817a-98b3b1d7c0c0/mainraw · history · blame

check:: style testsuite typing

.PHONY: style testsuite unsupported

style::
	flake8

typing::
	mypy debmutate

testsuite::
	python3 setup.py test