mirror of
https://github.com/bellingcat/whisperbox-transcribe.git
synced 2026-06-07 19:18:35 +03:00
18 lines
193 B
Makefile
18 lines
193 B
Makefile
|
|
dev:
|
|
uvicorn app.main:app --reload
|
|
|
|
fmt:
|
|
black app --check
|
|
isort app
|
|
|
|
test:
|
|
ENVIRONMENT=test pytest
|
|
|
|
lint:
|
|
mypy app
|
|
flake8 app
|
|
|
|
create_account:
|
|
python -m scripts.create_account ${name}
|