@@ -0,0 +1,11 @@
run:
uvicorn app.main:app --reload --port 9995
test:
pytest --cov=app --cov-report=term-missing
docker:
docker compose up --build
lint:
ruff check .
The note is not visible to the blocked user.