Real effort task #121
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.
|