Skip to content

fix: preview panel aliases not staying up to date with database #1560

fix: preview panel aliases not staying up to date with database

fix: preview panel aliases not staying up to date with database #1560

Triggered via pull request December 13, 2024 19:59
Status Failure
Total duration 51s
Artifacts

mypy.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Run MyPy: tagstudio/src/qt/widgets/tag_box.py#L143
[mypy] reported by reviewdog 🐶 Argument "alias_names" to "update_tag" of "Library" has incompatible type "list[str]"; expected "set[str] | None" [arg-type] Raw Output: /home/runner/work/TagStudio/TagStudio/tagstudio/src/qt/widgets/tag_box.py:143:29: error: Argument "alias_names" to "update_tag" of "Library" has incompatible type "list[str]"; expected "set[str] | None" [arg-type]
Run MyPy: tagstudio/src/qt/widgets/tag_box.py#L144
[mypy] reported by reviewdog 🐶 Argument "alias_ids" to "update_tag" of "Library" has incompatible type "list[int]"; expected "set[int] | None" [arg-type] Raw Output: /home/runner/work/TagStudio/TagStudio/tagstudio/src/qt/widgets/tag_box.py:144:27: error: Argument "alias_ids" to "update_tag" of "Library" has incompatible type "list[int]"; expected "set[int] | None" [arg-type]
Run MyPy
Process completed with exit code 1.