DEBSOURCES
Skip Quicknav
sources / upstream-ontologist / 0.1.35-1 / Makefile
123456789101112131415
check:: unittest unittest: python3 -m unittest tests.test_suite check:: flake8 flake8: flake8 . check:: typing typing: mypy upstream_ontologist/ tests/