Add workflows #1
Annotations
9 errors and 2 warnings
Run Pyright @ 3.x:
examples/basic.py#L18
Import "uvicorn" could not be resolved (reportMissingImports)
|
Run Pyright @ 3.x:
examples/basic.py#L57
Type of "config" is unknown (reportUnknownVariableType)
|
Run Pyright @ 3.x:
examples/basic.py#L57
Type of "Config" is unknown (reportUnknownMemberType)
|
Run Pyright @ 3.x:
examples/basic.py#L57
Type of "Config" is unknown (reportUnknownMemberType)
|
Run Pyright @ 3.x:
examples/basic.py#L58
Type of "server" is unknown (reportUnknownVariableType)
|
Run Pyright @ 3.x:
examples/basic.py#L58
Type of "Server" is unknown (reportUnknownMemberType)
|
Run Pyright @ 3.x:
examples/basic.py#L58
Type of "Server" is unknown (reportUnknownMemberType)
|
Run Pyright @ 3.x:
examples/basic.py#L60
Type of "serve" is unknown (reportUnknownMemberType)
|
Run Pyright @ 3.x
8 errors
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, jakebailey/pyright-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run Pyright @ 3.x:
setup.py#L3
Import "setuptools" could not be resolved from source (reportMissingModuleSource)
|
Loading