We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1d24e2 commit 9a7f906Copy full SHA for 9a7f906
pyproject.toml
@@ -40,7 +40,7 @@ build-backend = "poetry.core.masonry.api"
40
test = { shell = "DATABASE_URL=postgresql://postgres:password@localhost:5433/postgres pytest src" }
41
test_coverage = "pytest --cov=src --cov-report=html"
42
start = "uvicorn src.api.main:app --reload"
43
-start_cli = { shell = "cd src && python -v" }
+start_cli = { shell = "cd src && python -m cli" }
44
compose_up = "docker-compose -f docker-compose.dev.yml up"
45
46
[tool.black]
0 commit comments