fix: preview panel aliases not staying up to date with database #1560
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.
|