mirror of
https://github.com/bellingcat/whisperbox-transcribe.git
synced 2026-06-08 03:28:35 +03:00
15 lines
126 B
Makefile
15 lines
126 B
Makefile
|
|
dev:
|
|
uvicorn app.main:app --reload
|
|
|
|
fmt:
|
|
black app
|
|
isort app
|
|
|
|
test:
|
|
ENVIRONMENT=test pytest
|
|
|
|
lint:
|
|
mypy app
|
|
flake8 app
|