Twice Daily Package Update Testing #226
Annotations
11 errors and 10 warnings
|
Run jakebailey/pyright-action@v1:
cadwyn/__main__.py#L4
Import "typer" could not be resolved (reportMissingImports)
|
Run jakebailey/pyright-action@v1:
cadwyn/__main__.py#L5
Import "rich.console" could not be resolved (reportMissingImports)
|
Run jakebailey/pyright-action@v1:
cadwyn/__main__.py#L6
Import "rich.syntax" could not be resolved (reportMissingImports)
|
Run jakebailey/pyright-action@v1:
cadwyn/_asts.py#L14
Import "annotated_types" could not be resolved (reportMissingImports)
|
Run jakebailey/pyright-action@v1:
cadwyn/_asts.py#L63
Unnecessary "# pyright: ignore" rule: "reportAttributeAccessIssue" (reportUnnecessaryTypeIgnoreComment)
|
Run jakebailey/pyright-action@v1:
cadwyn/_render.py#L7
Import "typer" could not be resolved (reportMissingImports)
|
Run jakebailey/pyright-action@v1:
cadwyn/_render.py#L8
Import "issubclass" could not be resolved (reportMissingImports)
|
Run jakebailey/pyright-action@v1:
cadwyn/_render.py#L9
Import "pydantic" could not be resolved (reportMissingImports)
|
Run jakebailey/pyright-action@v1:
cadwyn/_utils.py#L4
Import "pydantic._internal._decorators" could not be resolved (reportMissingImports)
|
Run jakebailey/pyright-action@v1:
cadwyn/applications.py#L9
Import "fastapi" could not be resolved (reportMissingImports)
|
Run jakebailey/pyright-action@v1:
cadwyn/__main__.py#L43
Untyped function decorator obscures type of function; ignoring decorator (reportUntypedFunctionDecorator)
|
Run jakebailey/pyright-action@v1:
cadwyn/__main__.py#L57
Untyped function decorator obscures type of function; ignoring decorator (reportUntypedFunctionDecorator)
|
Run jakebailey/pyright-action@v1:
cadwyn/__main__.py#L71
Untyped function decorator obscures type of function; ignoring decorator (reportUntypedFunctionDecorator)
|
Run jakebailey/pyright-action@v1:
cadwyn/applications.py#L44
Base class type is unknown, obscuring type of derived class (reportUntypedBaseClass)
|
Run jakebailey/pyright-action@v1:
cadwyn/applications.py#L182
Untyped function decorator obscures type of function; ignoring decorator (reportUntypedFunctionDecorator)
|
Run jakebailey/pyright-action@v1:
cadwyn/changelogs.py#L158
Base class type is unknown, obscuring type of derived class (reportUntypedBaseClass)
|
Run jakebailey/pyright-action@v1:
cadwyn/changelogs.py#L191
Base class type is unknown, obscuring type of derived class (reportUntypedBaseClass)
|
Run jakebailey/pyright-action@v1:
cadwyn/changelogs.py#L196
Base class type is unknown, obscuring type of derived class (reportUntypedBaseClass)
|
Run jakebailey/pyright-action@v1:
cadwyn/changelogs.py#L203
Base class type is unknown, obscuring type of derived class (reportUntypedBaseClass)
|
Run jakebailey/pyright-action@v1:
cadwyn/changelogs.py#L212
Base class type is unknown, obscuring type of derived class (reportUntypedBaseClass)
|
Loading