feat: migrate tag aliases and subtags from json to sql #1340
Annotations
4 errors
Run MyPy:
tagstudio/src/qt/modals/build_tag.py#L246
[mypy] reported by reviewdog 🐶
Missing positional argument "id" in call to "Tag" [call-arg]
Raw Output:
/home/runner/work/TagStudio/TagStudio/tagstudio/src/qt/modals/build_tag.py:246:29: error: Missing positional argument "id" in call to "Tag" [call-arg]
|
Run MyPy:
tagstudio/src/qt/modals/folders_to_tags.py#L45
[mypy] reported by reviewdog 🐶
Missing positional argument "id" in call to "Tag" [call-arg]
Raw Output:
/home/runner/work/TagStudio/TagStudio/tagstudio/src/qt/modals/folders_to_tags.py:45:23: error: Missing positional argument "id" in call to "Tag" [call-arg]
|
Run MyPy:
tagstudio/src/qt/modals/folders_to_tags.py#L110
[mypy] reported by reviewdog 🐶
Missing positional argument "id" in call to "Tag" [call-arg]
Raw Output:
/home/runner/work/TagStudio/TagStudio/tagstudio/src/qt/modals/folders_to_tags.py:110:27: error: Missing positional argument "id" in call to "Tag" [call-arg]
|
Run MyPy
Process completed with exit code 1.
|