mirror of
https://github.com/bellingcat/whisperbox-transcribe.git
synced 2026-06-11 04:58:34 +03:00
14 lines
164 B
Makefile
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
|