File: Makefile

package info (click to toggle)
upstream-ontologist 0.1.35-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 712 kB
  • sloc: python: 4,199; makefile: 13
file content (15 lines) | stat: -rw-r--r-- 161 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
check:: unittest

unittest:
	python3 -m unittest tests.test_suite

check:: flake8

flake8:
	flake8 .


check:: typing

typing:
	mypy upstream_ontologist/ tests/