mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-02-07 02:20:37 +00:00
* Reapply "Add duplicate entry handling (Fix #179)" This reverts commit66ec0913b6. * Reapply "Fix create library + type checks" This reverts commit57e27bb51f. * Type and hint changes * Remove object cast * MyPy wrestling * Remove type: ignore, change __eq__ cast - Remove `type: ignore` comments from `Entry`'s `__eq__` method - Change the cast in this method from `__value = cast(Self, object)` to `__value = cast(Self, __value)` Co-Authored-By: Jiri <yedpodtrzitko@users.noreply.github.com> * Fix formatting + mypy --------- Co-authored-by: Jiri <yedpodtrzitko@users.noreply.github.com>