Skip to content

New (Python) example: simple drawings (rectangle, ellipse, arrow) #125

New (Python) example: simple drawings (rectangle, ellipse, arrow)

New (Python) example: simple drawings (rectangle, ellipse, arrow) #125

Triggered via pull request April 19, 2024 02:32
Status Failure
Total duration 48s
Artifacts

ci.python.yml

on: pull_request
Matrix: pyright
Fit to window
Zoom out
Zoom in

Annotations

11 errors
pyright (ubuntu-latest, 3.11): python/examples/drawing/demo.py#L8
Type of "render_drawing" is partially unknown   Type of "render_drawing" is "(drawing: Unknown) -> None" (reportUnknownVariableType)
pyright (ubuntu-latest, 3.11): python/examples/drawing/demo.py#L10
Import "PromptSection" is not accessed (reportUnusedImport)
pyright (ubuntu-latest, 3.11): python/examples/drawing/render.py#L10
Type of parameter "drawing" is unknown (reportUnknownParameterType)
pyright (ubuntu-latest, 3.11): python/examples/drawing/render.py#L10
Type annotation is missing for parameter "drawing" (reportMissingParameterType)
pyright (ubuntu-latest, 3.11): python/examples/drawing/render.py#L21
Type of parameter "box" is unknown (reportUnknownParameterType)
pyright (ubuntu-latest, 3.11): python/examples/drawing/render.py#L21
Type annotation is missing for parameter "box" (reportMissingParameterType)
pyright (ubuntu-latest, 3.11): python/examples/drawing/render.py#L22
Type of "x1" is unknown (reportUnknownVariableType)
pyright (ubuntu-latest, 3.11): python/examples/drawing/render.py#L22
Type of "y1" is unknown (reportUnknownVariableType)
pyright (ubuntu-latest, 3.11): python/examples/drawing/render.py#L23
Type of "x2" is unknown (reportUnknownVariableType)
pyright (ubuntu-latest, 3.11): python/examples/drawing/render.py#L23
Type of "y2" is unknown (reportUnknownVariableType)
pyright (ubuntu-latest, 3.12)
Exit code 1