Skip to content

Update github actions #169

Update github actions

Update github actions #169

GitHub Actions / JUnit Test Report failed Dec 11, 2024 in 0s

6 tests run, 5 passed, 0 skipped, 1 failed.

Annotations

Check failure on line 1 in junit/mypy.xml

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

mypy.mypy-py3_8-linux

mypy produced messages
Raw output
bbb_presentation_video/bindings/fontconfig.py:30: error: Incompatible types in assignment (expression has type "Callable[[Optional[Type[_CData]], Any, Any], Any]", variable has type "Callable[[Optional[_CData], CFuncPtr, Tuple[_CData, ...]], _CData]")  [assignment]
bbb_presentation_video/renderer/tldraw/shape/draw.py:81: error: Redundant cast to "Tuple[float, float, float]"  [redundant-cast]