# 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