aboutsummaryrefslogtreecommitdiff
path: root/working/meeting-transcription-service/Makefile
blob: 2ed7dadc8609cbb441bda9c0c1cce413a64d7c29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Checks for the transcription service. transcribe-worker has no .py suffix, so
# pyright's directory scan skips it; it is named explicitly here.
.PHONY: check test types lint

check: test types lint

test:
	python3 -m pytest tests -q

types:
	pyright
	pyright src/transcribe-worker

lint:
	shellcheck src/ratio-transcribe