Skip to content

Real effort task

Real effort task #121

Triggered via pull request April 30, 2024 14:19
Status Failure
Total duration 1m 13s
Billable time 4m
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 2 warnings
pyright: sliders/task_sliders.py#L75
Argument of type "list[Unknown]" cannot be assigned to parameter "xy" of type "tuple[float, float, float, float] | tuple[tuple[float, float], tuple[float, float]]" in function "rectangle"   Type "list[Unknown]" is incompatible with type "tuple[float, float, float, float] | tuple[tuple[float, float], tuple[float, float]]"     "list[Unknown]" is incompatible with "tuple[float, float, float, float]"     "list[Unknown]" is incompatible with "tuple[tuple[float, float], tuple[float, float]]" (reportArgumentType)
pyright: sliders/task_sliders.py#L80
Argument of type "list[Unknown]" cannot be assigned to parameter "xy" of type "tuple[float, float, float, float] | tuple[tuple[float, float], tuple[float, float]]" in function "rounded_rectangle"   Type "list[Unknown]" is incompatible with type "tuple[float, float, float, float] | tuple[tuple[float, float], tuple[float, float]]"     "list[Unknown]" is incompatible with "tuple[float, float, float, float]"     "list[Unknown]" is incompatible with "tuple[tuple[float, float], tuple[float, float]]" (reportArgumentType)
pyright: sliders/task_sliders.py#L92
Argument of type "list[Unknown]" cannot be assigned to parameter "xy" of type "tuple[float, float, float, float] | tuple[tuple[float, float], tuple[float, float]]" in function "rounded_rectangle"   Type "list[Unknown]" is incompatible with type "tuple[float, float, float, float] | tuple[tuple[float, float], tuple[float, float]]"     "list[Unknown]" is incompatible with "tuple[float, float, float, float]"     "list[Unknown]" is incompatible with "tuple[tuple[float, float], tuple[float, float]]" (reportArgumentType)
pyright
3 errors
pre-commit
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
pyright
The `python-version` input is not set. The version of Python currently in `PATH` will be used.