## Summary This PR removes the `unicode` flag from the string literal in `ComparableExpr`. This flag isn't required as all strings are unicode in Python 3 so `"foo" == u"foo"`.
Constant
ruff_python_whitespace
LiteralExpressionRef
Ranged
ruff_text_size
Stmt::TryStar
repeated-append
FURB113
RefEquality