Files
whisperbox-transcribe/Makefile
2023-01-06 16:08:31 +01:00

14 lines
164 B
Makefile

dev:
docker-compose -f dev.docker-compose.yml up --build --remove-orphans
fmt:
black app
isort app
test:
ENVIRONMENT=test pytest
lint:
mypy app
flake8 app