Skip to content

improved handling of animated images #1187

improved handling of animated images

improved handling of animated images #1187

Re-run triggered November 7, 2024 23:03
Status Failure
Total duration 44s
Artifacts

mypy.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Run MyPy: tagstudio/src/qt/widgets/preview_panel.py#L93
[mypy] reported by reviewdog 🐶 No overload variant of "__get__" of "Signal" matches argument types "ThreadWithCallback", "type[ThreadWithCallback]" [call-overload] Raw Output: /home/runner/work/TagStudio/TagStudio/tagstudio/src/qt/widgets/preview_panel.py:93:32: error: No overload variant of "__get__" of "Signal" matches argument types "ThreadWithCallback", "type[ThreadWithCallback]" [call-overload]
Run MyPy: tagstudio/src/qt/widgets/preview_panel.py#L101
[mypy] reported by reviewdog 🐶 No overload variant of "__get__" of "Signal" matches argument types "ThreadWithCallback", "type[ThreadWithCallback]" [call-overload] Raw Output: /home/runner/work/TagStudio/TagStudio/tagstudio/src/qt/widgets/preview_panel.py:101:12: error: No overload variant of "__get__" of "Signal" matches argument types "ThreadWithCallback", "type[ThreadWithCallback]" [call-overload]
Run MyPy: tagstudio/src/qt/widgets/preview_panel.py#L102
[mypy] reported by reviewdog 🐶 No overload variant of "__get__" of "Signal" matches argument types "ThreadWithCallback", "type[ThreadWithCallback]" [call-overload] Raw Output: /home/runner/work/TagStudio/TagStudio/tagstudio/src/qt/widgets/preview_panel.py:102:13: error: No overload variant of "__get__" of "Signal" matches argument types "ThreadWithCallback", "type[ThreadWithCallback]" [call-overload]
Run MyPy: tagstudio/src/qt/widgets/preview_panel.py#L137
[mypy] reported by reviewdog 🐶 Need type annotation for "anim_img_cache_map" (hint: "anim_img_cache_map: dict[<type>, <type>] = ...") [var-annotated] Raw Output: /home/runner/work/TagStudio/TagStudio/tagstudio/src/qt/widgets/preview_panel.py:137:9: error: Need type annotation for "anim_img_cache_map" (hint: "anim_img_cache_map: dict[<type>, <type>] = ...") [var-annotated]
Run MyPy: tagstudio/src/qt/widgets/preview_panel.py#L138
[mypy] reported by reviewdog 🐶 Need type annotation for "anim_img_cache_map_rev" (hint: "anim_img_cache_map_rev: dict[<type>, <type>] = ...") [var-annotated] Raw Output: /home/runner/work/TagStudio/TagStudio/tagstudio/src/qt/widgets/preview_panel.py:138:9: error: Need type annotation for "anim_img_cache_map_rev" (hint: "anim_img_cache_map_rev: dict[<type>, <type>] = ...") [var-annotated]
Run MyPy: tagstudio/src/qt/widgets/preview_panel.py#L139
[mypy] reported by reviewdog 🐶 Need type annotation for "anim_img_cache_map_working" (hint: "anim_img_cache_map_working: dict[<type>, <type>] = ...") [var-annotated] Raw Output: /home/runner/work/TagStudio/TagStudio/tagstudio/src/qt/widgets/preview_panel.py:139:9: error: Need type annotation for "anim_img_cache_map_working" (hint: "anim_img_cache_map_working: dict[<type>, <type>] = ...") [var-annotated]
Run MyPy
Process completed with exit code 1.