Scene3D #415
Annotations
3 errors
Run jakebailey/pyright-action@v1:
docs/examples/pixels.py#L83
Argument of type "JSCode" cannot be assigned to parameter "fps" of type "int | str | None" in function "Slider"
Type "JSCode" cannot be assigned to type "int | str | None"
"JSCode" is incompatible with "int"
"JSCode" is incompatible with "str"
"JSCode" is incompatible with "None" (reportArgumentType)
|
Run jakebailey/pyright-action@v1:
docs/interactivity/tail.py#L22
Argument of type "Literal[False]" cannot be assigned to parameter "controls" of type "List[str] | None" in function "Slider"
Type "Literal[False]" cannot be assigned to type "List[str] | None"
"Literal[False]" is incompatible with "List[str]"
"Literal[False]" is incompatible with "None" (reportArgumentType)
|
Run jakebailey/pyright-action@v1
2 errors
|
Loading