WIP Add CI #1
Reference in New Issue
Block a user
No description provided.
Delete Branch "init-ci"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@@ -18,13 +18,14 @@ from api.routers import line, stop
@asynccontextmanager
🚫 [mypy] reported by reviewdog 🐶
Argument 1 to "asynccontextmanager" has incompatible type "CallableAny], None]"; expected "Callable[[Any], AsyncIterator[Never" [arg-type]
@@ -19,3 +19,3 @@
@asynccontextmanager
async def lifespan(app: FastAPI):
async def lifespan(app: FastAPI) -> None:
🚫 [mypy] reported by reviewdog 🐶
The return type of an async generator function should be "AsyncGenerator" or one of its supertypes [misc]
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.