Ecosystem report

Old: main (merge base) 53299cbf New: 21737/merge c9c87d11
Lint Rule Removed Added Changed
Total 1 0 814
unsupported-operator 0 0 814
unsupported-base 1 0 0
Project Removed Added Changed
Total 1 0 814
pandas 0 0 123
scipy 0 0 68
colour 0 0 66
apprise 0 0 56
sympy 0 0 54
ibis 0 0 53
dd-trace-py 0 0 44
core 0 0 38
pwndbg 0 0 30
ignite 0 0 24
cloud-init 0 0 23
mkosi 0 0 18
mitmproxy 0 0 17
pandas-stubs 0 0 14
scikit-learn 0 0 14
meson 0 0 13
pip 0 0 13
spack 0 0 13
vision 0 0 10
bokeh 0 0 8

Expression (https://github.com/cognitedata/Expression)

tests/test_option.py

[error] unsupported-operator - :120 -
Old: Operator `>` is not supported for types `Option[Literal[42]]` and `Option[Literal[41]]`
New: Operator `>` is not supported between objects of type `Option[Literal[42]]` and `Option[Literal[41]]`
[error] unsupported-operator - :121 -
Old: Operator `<` is not supported for types `Option[Literal[41]]` and `Option[Literal[42]]`
New: Operator `<` is not supported between objects of type `Option[Literal[41]]` and `Option[Literal[42]]`

PyGithub (https://github.com/PyGithub/PyGithub)

tests/GithubRetry.py

[error] unsupported-operator - :102 -
Old: Operator `>` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[0]`
New: Operator `>` is not supported between objects of type `Unknown | None` and `Literal[0]`

aioredis (https://github.com/aio-libs/aioredis)

aioredis/connection.py

[error] unsupported-operator - :933 -
Old: Operator `in` is not supported for types `bytes` and `int`, in comparing `Literal[b" "]` with `bytes | memoryview[int] | int`
New: Operator `in` is not supported between objects of type `Literal[b" "]` and `bytes | memoryview[int] | int`

aiortc (https://github.com/aiortc/aiortc)

src/aiortc/rate.py

[error] unsupported-operator - :498 -
Old: Operator `<` is not supported for types `None` and `int`, in comparing `int | None` with `Unknown | int`
New: Operator `<` is not supported between objects of type `int | None` and `Unknown | int`

src/aiortc/rtcrtpreceiver.py

[error] unsupported-operator - :222 -
Old: Operator `<` is not supported for types `int` and `None`, in comparing `int` with `int | None`
New: Operator `<` is not supported between objects of type `int` and `int | None`

altair (https://github.com/vega/altair)

altair/utils/deprecation.py

[error] unsupported-operator - :192 -
Old: Operator `in` is not supported for types `str` and `_WarningsMonitor`, in comparing `LiteralString` with `_WarningsMonitor`
New: Operator `in` is not supported between objects of type `LiteralString` and `_WarningsMonitor`

apprise (https://github.com/caronc/apprise)

apprise/attachment/base.py

[error] unsupported-operator - :288 -
Old: Operator `<=` is not supported for types `int` and `str`, in comparing `int | float` with `(Unknown & ~AlwaysFalsy & ~Literal[True]) | (str & ~AlwaysFalsy) | (int & ~AlwaysFalsy & ~Literal[True])`
New: Operator `<=` is not supported between objects of type `int | float` and `(Unknown & ~AlwaysFalsy & ~Literal[True]) | (str & ~AlwaysFalsy) | (int & ~AlwaysFalsy & ~Literal[True])`

apprise/manager.py

[error] unsupported-operator - :118 -
Old: Operator `not in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None | dict[Unknown, Unknown]`
New: Operator `not in` is not supported between objects of type `Unknown` and `Unknown | None | dict[Unknown, Unknown]`
[error] unsupported-operator - :191 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `str | Any` with `Unknown | None | dict[Unknown, Unknown]`
New: Operator `in` is not supported between objects of type `str | Any` and `Unknown | None | dict[Unknown, Unknown]`
[error] unsupported-operator - :248 -
Old: Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None | dict[Unknown, Unknown]`
New: Operator `in` is not supported between objects of type `Unknown` and `Unknown | None | dict[Unknown, Unknown]`
[error] unsupported-operator - :598 -
Old: Operator `not in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None | dict[Unknown, Unknown]`
New: Operator `not in` is not supported between objects of type `Unknown` and `Unknown | None | dict[Unknown, Unknown]`
[error] unsupported-operator - :644 -
Old: Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None | dict[Unknown, Unknown]`
New: Operator `in` is not supported between objects of type `Unknown` and `Unknown | None | dict[Unknown, Unknown]`
[error] unsupported-operator - :693 -
Old: Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None | dict[Unknown, Unknown]`
New: Operator `in` is not supported between objects of type `Unknown` and `Unknown | None | dict[Unknown, Unknown]`

apprise/persistent_store.py

[error] unsupported-operator - :821 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `str` with `Unknown | None | dict[Unknown, Unknown]`
New: Operator `in` is not supported between objects of type `str` and `Unknown | None | dict[Unknown, Unknown]`
[error] unsupported-operator - :1667 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `str` with `Unknown | None | dict[Unknown, Unknown]`
New: Operator `in` is not supported between objects of type `str` and `Unknown | None | dict[Unknown, Unknown]`
[error] unsupported-operator - :1675 -
Old: Operator `not in` is not supported for types `str` and `None`, in comparing `str` with `Unknown | None | dict[Unknown, Unknown]`
New: Operator `not in` is not supported between objects of type `str` and `Unknown | None | dict[Unknown, Unknown]`

apprise/plugins/aprs.py

[error] unsupported-operator - :282 -
Old: Operator `<` is not supported for types `float` and `str`, in comparing `float` with `Unknown | str | float | dict[Unknown | str, Unknown | str]`
New: Operator `<` is not supported between objects of type `float` and `Unknown | str | float | dict[Unknown | str, Unknown | str]`
[error] unsupported-operator - :283 -
Old: Operator `>=` is not supported for types `float` and `str`, in comparing `float` with `Unknown | str | float | dict[Unknown | str, Unknown | str]`
New: Operator `>=` is not supported between objects of type `float` and `Unknown | str | float | dict[Unknown | str, Unknown | str]`

apprise/plugins/bluesky.py

[error] unsupported-operator - :296 -
Old: Operator `not in` is not supported for types `str` and `None`, in comparing `Literal["."]` with `Unknown | str | None`
New: Operator `not in` is not supported between objects of type `Literal["."]` and `Unknown | str | None`

apprise/plugins/discord.py

[error] unsupported-operator - :271 -
Old: Operator `<` is not supported for types `int` and `str`, in comparing `int` with `Unknown | str | int`
New: Operator `<` is not supported between objects of type `int` and `Unknown | str | int`

apprise/plugins/email/base.py

[error] unsupported-operator - :505 -
Old: Operator `not in` is not supported for types `Unknown` and `int`, in comparing `Unknown | Literal["Email"]` with `(Unknown & ~AlwaysFalsy) | (int & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | tuple[Unknown | str]`
New: Operator `not in` is not supported between objects of type `Unknown | Literal["Email"]` and `(Unknown & ~AlwaysFalsy) | (int & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | tuple[Unknown | str]`
[error] unsupported-operator - :514 -
Old: Operator `not in` is not supported for types `Unknown` and `int`, in comparing `Unknown | Literal["UserID"]` with `(Unknown & ~AlwaysFalsy) | (int & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | tuple[Unknown | str]`
New: Operator `not in` is not supported between objects of type `Unknown | Literal["UserID"]` and `(Unknown & ~AlwaysFalsy) | (int & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | tuple[Unknown | str]`

apprise/plugins/enigma2.py

[error] unsupported-operator - :168 -
Old: Operator `<` is not supported for types `int` and `str`, in comparing `int` with `Unknown | str | int`
New: Operator `<` is not supported between objects of type `int` and `Unknown | str | int`

apprise/plugins/matrix.py

[error] unsupported-operator - :407 -
Old: Operator `>=` is not supported for types `int` and `str`, in comparing `int` with `Unknown | str | int`
New: Operator `>=` is not supported between objects of type `int` and `Unknown | str | int`
[error] unsupported-operator - :408 -
Old: Operator `<=` is not supported for types `int` and `str`, in comparing `int` with `Unknown | str | int`
New: Operator `<=` is not supported between objects of type `int` and `Unknown | str | int`

apprise/plugins/mqtt.py

[error] unsupported-operator - :265 -
Old: Operator `<` is not supported for types `str` and `int`, in comparing `Unknown | str | int | dict[Unknown | str, Unknown | str]` with `Unknown | str | int | dict[Unknown | str, Unknown | str]`
New: Operator `<` is not supported between two objects of type `Unknown | str | int | dict[Unknown | str, Unknown | str]`
[error] unsupported-operator - :266 -
Old: Operator `>` is not supported for types `str` and `int`, in comparing `Unknown | str | int | dict[Unknown | str, Unknown | str]` with `Unknown | str | int | dict[Unknown | str, Unknown | str]`
New: Operator `>` is not supported between two objects of type `Unknown | str | int | dict[Unknown | str, Unknown | str]`

apprise/plugins/msteams.py

[error] unsupported-operator - :261 -
Old: Operator `not in` is not supported for types `int` and `str`, in comparing `int | Unknown | str | tuple[int, int, int] | None` with `Unknown | str | int | tuple[int, int, int]`
New: Operator `not in` is not supported between objects of type `int | Unknown | str | tuple[int, int, int] | None` and `Unknown | str | int | tuple[int, int, int]`
[error] unsupported-operator - :537 -
Old: Operator `>` is not supported for types `str` and `int`, in comparing `Unknown | int | str | tuple[int, int, int] | None` with `Literal[1]`
New: Operator `>` is not supported between objects of type `Unknown | int | str | tuple[int, int, int] | None` and `Literal[1]`

apprise/plugins/nextcloud.py

[error] unsupported-operator - :155 -
Old: Operator `<` is not supported for types `int` and `str`, in comparing `int` with `Unknown | str | int`
New: Operator `<` is not supported between objects of type `int` and `Unknown | str | int`
[error] unsupported-operator - :219 -
Old: Operator `<` is not supported for types `str` and `int`, in comparing `Unknown | str | int` with `Literal[21]`
New: Operator `<` is not supported between objects of type `Unknown | str | int` and `Literal[21]`

apprise/plugins/vapid/__init__.py

[error] unsupported-operator - :251 -
Old: Operator `<` is not supported for types `int` and `str`, in comparing `int` with `Unknown | str | tuple[Unknown | str, Unknown | str, Unknown | str, Unknown | str, Unknown | str] | int`
New: Operator `<` is not supported between objects of type `int` and `Unknown | str | tuple[Unknown | str, Unknown | str, Unknown | str, Unknown | str, Unknown | str] | int`
[error] unsupported-operator - :252 -
Old: Operator `>` is not supported for types `int` and `str`, in comparing `int` with `Unknown | str | tuple[Unknown | str, Unknown | str, Unknown | str, Unknown | str, Unknown | str] | int`
New: Operator `>` is not supported between objects of type `int` and `Unknown | str | tuple[Unknown | str, Unknown | str, Unknown | str, Unknown | str, Unknown | str] | int`

apprise/plugins/vonage.py

[error] unsupported-operator - :176 -
Old: Operator `<` is not supported for types `int` and `str`, in comparing `int` with `Unknown | str | int`
New: Operator `<` is not supported between objects of type `int` and `Unknown | str | int`
[error] unsupported-operator - :177 -
Old: Operator `>` is not supported for types `int` and `str`, in comparing `int` with `Unknown | str | int`
New: Operator `>` is not supported between objects of type `int` and `Unknown | str | int`

apprise/plugins/xbmc.py

[error] unsupported-operator - :146 -
Old: Operator `>` is not supported for types `str` and `int`, in comparing `Unknown | str | int` with `Literal[0]`
New: Operator `>` is not supported between objects of type `Unknown | str | int` and `Literal[0]`
[error] unsupported-operator - :319 -
Old: Operator `<=` is not supported for types `tuple[Literal["xbmc"], Literal["kodi"]]` and `int`, in comparing `Unknown | tuple[Literal["xbmc"], Literal["kodi"]]` with `Unknown | Literal[2]`
New: Operator `<=` is not supported between objects of type `Unknown | tuple[Literal["xbmc"], Literal["kodi"]]` and `Unknown | Literal[2]`
[error] unsupported-operator - :367 -
Old: Operator `<=` is not supported for types `tuple[Literal["xbmc"], Literal["kodi"]]` and `int`, in comparing `Unknown | tuple[Literal["xbmc"], Literal["kodi"]]` with `Unknown | Literal[2]`
New: Operator `<=` is not supported between objects of type `Unknown | tuple[Literal["xbmc"], Literal["kodi"]]` and `Unknown | Literal[2]`

tests/test_apprise_config.py

[error] unsupported-operator - :1321 -
Old: Operator `in` is not supported for types `str` and `object`, in comparing `Literal["user1@abc.com"]` with `object`
New: Operator `in` is not supported between objects of type `Literal["user1@abc.com"]` and `object`
[error] unsupported-operator - :1323 -
Old: Operator `in` is not supported for types `str` and `object`, in comparing `Literal["user2@abc.com, user3@abc.com \t"]` with `object`
New: Operator `in` is not supported between objects of type `Literal["user2@abc.com, user3@abc.com \t"]` and `object`
[error] unsupported-operator - :1357 -
Old: Operator `in` is not supported for types `str` and `object`, in comparing `Literal["user1@abc.com"]` with `object`
New: Operator `in` is not supported between objects of type `Literal["user1@abc.com"]` and `object`
[error] unsupported-operator - :1358 -
Old: Operator `in` is not supported for types `str` and `object`, in comparing `Literal["user2@abc.com"]` with `object`
New: Operator `in` is not supported between objects of type `Literal["user2@abc.com"]` and `object`
[error] unsupported-operator - :1359 -
Old: Operator `in` is not supported for types `str` and `object`, in comparing `Literal["user3@abc.com"]` with `object`
New: Operator `in` is not supported between objects of type `Literal["user3@abc.com"]` and `object`

tests/test_notify_base.py

[error] unsupported-operator - :297 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["verify"]` with `dict[str, Any] | None`
New: Operator `in` is not supported between objects of type `Literal["verify"]` and `dict[str, Any] | None`
[error] unsupported-operator - :301 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["verify"]` with `dict[str, Any] | None`
New: Operator `in` is not supported between objects of type `Literal["verify"]` and `dict[str, Any] | None`
[error] unsupported-operator - :306 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["verify"]` with `dict[str, Any] | None`
New: Operator `in` is not supported between objects of type `Literal["verify"]` and `dict[str, Any] | None`
[error] unsupported-operator - :313 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["password"]` with `dict[str, Any] | None`
New: Operator `in` is not supported between objects of type `Literal["password"]` and `dict[str, Any] | None`
[error] unsupported-operator - :320 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["password"]` with `dict[str, Any] | None`
New: Operator `in` is not supported between objects of type `Literal["password"]` and `dict[str, Any] | None`
[error] unsupported-operator - :327 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["password"]` with `dict[str, Any] | None`
New: Operator `in` is not supported between objects of type `Literal["password"]` and `dict[str, Any] | None`
[error] unsupported-operator - :335 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["password"]` with `dict[str, Any] | None`
New: Operator `in` is not supported between objects of type `Literal["password"]` and `dict[str, Any] | None`
[error] unsupported-operator - :340 -
Old: Operator `not in` is not supported for types `str` and `None`, in comparing `Literal["format"]` with `dict[str, Any] | None`
New: Operator `not in` is not supported between objects of type `Literal["format"]` and `dict[str, Any] | None`
[error] unsupported-operator - :342 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["format"]` with `dict[str, Any] | None`
New: Operator `in` is not supported between objects of type `Literal["format"]` and `dict[str, Any] | None`
[error] unsupported-operator - :345 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["format"]` with `dict[str, Any] | None`
New: Operator `in` is not supported between objects of type `Literal["format"]` and `dict[str, Any] | None`
[error] unsupported-operator - :348 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["format"]` with `dict[str, Any] | None`
New: Operator `in` is not supported between objects of type `Literal["format"]` and `dict[str, Any] | None`
[error] unsupported-operator - :352 -
Old: Operator `not in` is not supported for types `str` and `None`, in comparing `Literal["overflow"]` with `dict[str, Any] | None`
New: Operator `not in` is not supported between objects of type `Literal["overflow"]` and `dict[str, Any] | None`
[error] unsupported-operator - :354 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["overflow"]` with `dict[str, Any] | None`
New: Operator `in` is not supported between objects of type `Literal["overflow"]` and `dict[str, Any] | None`
[error] unsupported-operator - :357 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["overflow"]` with `dict[str, Any] | None`
New: Operator `in` is not supported between objects of type `Literal["overflow"]` and `dict[str, Any] | None`
[error] unsupported-operator - :360 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["overflow"]` with `dict[str, Any] | None`
New: Operator `in` is not supported between objects of type `Literal["overflow"]` and `dict[str, Any] | None`
[error] unsupported-operator - :367 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["user"]` with `dict[str, Any] | None`
New: Operator `in` is not supported between objects of type `Literal["user"]` and `dict[str, Any] | None`
[error] unsupported-operator - :372 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["user"]` with `dict[str, Any] | None`
New: Operator `in` is not supported between objects of type `Literal["user"]` and `dict[str, Any] | None`

tests/test_persistent_store.py

[error] unsupported-operator - :1166 -
Old: Operator `>` is not supported for types `None` and `float`, in comparing `int | float | None` with `float`
New: Operator `>` is not supported between objects of type `int | float | None` and `float`
[error] unsupported-operator - :1166 -
Old: Operator `<=` is not supported for types `None` and `float`, in comparing `int | float | None` with `float`
New: Operator `<=` is not supported between objects of type `int | float | None` and `float`

attrs (https://github.com/python-attrs/attrs)

tests/test_functional.py

[error] unsupported-operator - :632 -
Old: Operator `<` is not supported for types `C` and `C`
New: Operator `<` is not supported between two objects of type `C`

tests/test_next_gen.py

[error] unsupported-operator - :79 -
Old: Operator `<` is not supported for types `C` and `C`
New: Operator `<` is not supported between two objects of type `C`

bokeh (https://github.com/bokeh/bokeh)

src/bokeh/model/model.py

[error] unsupported-operator - :464 -
Old: Operator `not in` is not supported for types `str` and `Dict`, in comparing `str` with `Unknown | Dict`
New: Operator `not in` is not supported between objects of type `str` and `Unknown | Dict`

src/bokeh/models/annotations/dimensional.py

[error] unsupported-operator - :104 -
Old: Operator `in` is not supported for types `str` and `Required[Unknown]`, in comparing `str` with `Unknown | Required[Unknown]`
New: Operator `in` is not supported between objects of type `str` and `Unknown | Required[Unknown]`

src/bokeh/models/layouts.py

[error] unsupported-operator - :318 -
Old: Operator `<=` is not supported for types `Nullable[Unknown]` and `Nullable[Unknown]`, in comparing `(Unknown & ~None) | Nullable[Unknown] | Literal[0]` with `(Unknown & ~None) | Nullable[Unknown] | Literal[0]`
New: Operator `<=` is not supported between two objects of type `(Unknown & ~None) | Nullable[Unknown] | Literal[0]`
[error] unsupported-operator - :318 -
Old: Operator `<=` is not supported for types `Nullable[Unknown]` and `Nullable[Unknown]`, in comparing `(Unknown & ~None) | Nullable[Unknown] | Literal[0]` with `(Unknown & ~None) | Nullable[Unknown] | Literal[0]`
New: Operator `<=` is not supported between two objects of type `(Unknown & ~None) | Nullable[Unknown] | Literal[0]`
[error] unsupported-operator - :327 -
Old: Operator `<=` is not supported for types `Nullable[Unknown]` and `Nullable[Unknown]`, in comparing `(Unknown & ~None) | Nullable[Unknown] | Literal[0]` with `(Unknown & ~None) | Nullable[Unknown] | Literal[0]`
New: Operator `<=` is not supported between two objects of type `(Unknown & ~None) | Nullable[Unknown] | Literal[0]`
[error] unsupported-operator - :327 -
Old: Operator `<=` is not supported for types `Nullable[Unknown]` and `Nullable[Unknown]`, in comparing `(Unknown & ~None) | Nullable[Unknown] | Literal[0]` with `(Unknown & ~None) | Nullable[Unknown] | Literal[0]`
New: Operator `<=` is not supported between two objects of type `(Unknown & ~None) | Nullable[Unknown] | Literal[0]`

src/bokeh/models/sources.py

[error] unsupported-operator - :437 -
Old: Operator `in` is not supported for types `str` and `Property[Any]`, in comparing `str` with `Unknown | Property[Any]`
New: Operator `in` is not supported between objects of type `str` and `Unknown | Property[Any]`

src/bokeh/plotting/_legends.py

[error] unsupported-operator - :126 -
Old: Operator `in` is not supported for types `str` and `object`
New: Operator `in` is not supported between objects of type `str` and `object`

cloud-init (https://github.com/canonical/cloud-init)

cloudinit/cmd/main.py

[error] unsupported-operator - :103 -
Old: Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown | str` with `Iterable[Any] | None`
New: Operator `in` is not supported between objects of type `Unknown | str` and `Iterable[Any] | None`

cloudinit/config/cc_grub_dpkg.py

[error] unsupported-operator - :61 -
Old: Operator `in` is not supported for types `str` and `bytes`, in comparing `Literal["failed to get canonical path"]` with `Unknown | str | bytes`
New: Operator `in` is not supported between objects of type `Literal["failed to get canonical path"]` and `Unknown | str | bytes`

cloudinit/config/cc_resizefs.py

[error] unsupported-operator - :109 -
Old: Operator `in` is not supported for types `str` and `bytes`, in comparing `Literal["is not larger than the current filesystem size"]` with `Unknown | str | bytes`
New: Operator `in` is not supported between objects of type `Literal["is not larger than the current filesystem size"]` and `Unknown | str | bytes`

cloudinit/config/cc_rsyslog.py

[error] unsupported-operator - :279 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal[":"]` with `Unknown | None`
New: Operator `in` is not supported between objects of type `Literal[":"]` and `Unknown | None`

cloudinit/config/cc_ubuntu_drivers.py

[error] unsupported-operator - :111 -
Old: Operator `in` is not supported for types `str` and `bytes`, in comparing `Literal["ubuntu-drivers: error: argument <command>: invalid choice: 'install'"]` with `Unknown | str | bytes`
New: Operator `in` is not supported between objects of type `Literal["ubuntu-drivers: error: argument <command>: invalid choice: 'install'"]` and `Unknown | str | bytes`
[error] unsupported-operator - :116 -
Old: Operator `in` is not supported for types `str` and `bytes`, in comparing `Literal["No drivers found for installation."]` with `Unknown | str | bytes`
New: Operator `in` is not supported between objects of type `Literal["No drivers found for installation."]` and `Unknown | str | bytes`

cloudinit/net/__init__.py

[error] unsupported-operator - :194 -
Old: Operator `in` is not supported for types `str` and `bytes`, in comparing `Literal["database connection failed"]` with `Unknown | str | bytes`
New: Operator `in` is not supported between objects of type `Literal["database connection failed"]` and `Unknown | str | bytes`

cloudinit/net/network_state.py

[error] unsupported-operator - :501 -
Old: Operator `not in` is not supported for types `Unknown` and `bool`, in comparing `Unknown` with `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`
New: Operator `not in` is not supported between objects of type `Unknown` and `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`
[error] unsupported-operator - :550 -
Old: Operator `in` is not supported for types `Unknown` and `bool`, in comparing `Unknown` with `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`
New: Operator `in` is not supported between objects of type `Unknown` and `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`

cloudinit/sources/DataSourceNoCloud.py

[error] unsupported-operator - :171 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["seedfrom"]` with `Unknown | dict[Unknown, Unknown] | str | None`
New: Operator `in` is not supported between objects of type `Literal["seedfrom"]` and `Unknown | dict[Unknown, Unknown] | str | None`

cloudinit/sources/DataSourceOpenNebula.py

[error] unsupported-operator - :120 -
Old: Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None`
New: Operator `in` is not supported between objects of type `Unknown` and `Unknown | None`

cloudinit/sources/DataSourceSmartOS.py

[error] unsupported-operator - :706 -
Old: Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None | set[Unknown]`
New: Operator `in` is not supported between objects of type `Unknown` and `Unknown | None | set[Unknown]`

cloudinit/sources/helpers/openstack.py

[error] unsupported-operator - :299 -
Old: Operator `in` is not supported for types `str` and `int`, in comparing `Literal["random_seed"]` with `Unknown | str | int`
New: Operator `in` is not supported between objects of type `Literal["random_seed"]` and `Unknown | str | int`
[error] unsupported-operator - :350 -
Old: Operator `not in` is not supported for types `str` and `int`, in comparing `Literal["hostname", "uuid"]` with `Unknown | str | int`
New: Operator `not in` is not supported between objects of type `Literal["hostname", "uuid"]` and `Unknown | str | int`
[error] unsupported-operator - :352 -
Old: Operator `in` is not supported for types `str` and `int`, in comparing `Literal["hostname", "uuid"]` with `Unknown | str | int`
New: Operator `in` is not supported between objects of type `Literal["hostname", "uuid"]` and `Unknown | str | int`

tests/integration_tests/clouds.py

[error] unsupported-operator - :147 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["token"]` with `Unknown | None | str`
New: Operator `in` is not supported between objects of type `Literal["token"]` and `Unknown | None | str`

tests/integration_tests/dropins/test_custom_modules.py

[error] unsupported-operator - :26 -
Old: Operator `>=` is not supported for types `Release` and `Release`
New: Operator `>=` is not supported between two objects of type `Release`

tests/integration_tests/modules/test_disk_setup.py

[error] unsupported-operator - :263 -
Old: Operator `<=` is not supported for types `Release` and `Release`
New: Operator `<=` is not supported between two objects of type `Release`

tests/integration_tests/net/test_dhcp.py

[error] unsupported-operator - :19 -
Old: Operator `>=` is not supported for types `Release` and `Release`
New: Operator `>=` is not supported between two objects of type `Release`

tests/integration_tests/test_defaults.py

[error] unsupported-operator - :58 -
Old: Operator `>=` is not supported for types `Release` and `Release`
New: Operator `>=` is not supported between two objects of type `Release`

tests/unittests/config/test_schema.py

[error] unsupported-operator - :1100 -
Old: Operator `in` is not supported for types `str` and `bytes`, in comparing `str` with `str | bytes`
New: Operator `in` is not supported between objects of type `str` and `str | bytes`

tests/unittests/sources/test_scaleway.py

[error] unsupported-operator - :224 -
Old: Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown | str` with `Unknown | None | str`
New: Operator `in` is not supported between objects of type `Unknown | str` and `Unknown | None | str`
[error] unsupported-operator - :231 -
Old: Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown | str` with `Unknown | None | str`
New: Operator `in` is not supported between objects of type `Unknown | str` and `Unknown | None | str`

colour (https://github.com/colour-science/colour)

colour/colorimetry/lightness.py

[error] unsupported-operator - :208 -
Old: Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `Literal[1]`
New: Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[1]`
[error] unsupported-operator - :208 -
Old: Operator `>` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `Literal[98]`
New: Operator `>` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[98]`

colour/colorimetry/spectrum.py

[error] unsupported-operator - :1603 -
Old: Operator `>=` is not supported for types `property` and `int`, in comparing `Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | property` with `Unknown | int | float`
New: Operator `>=` is not supported between objects of type `Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | property` and `Unknown | int | float`
[error] unsupported-operator - :1603 -
Old: Operator `<=` is not supported for types `property` and `int`, in comparing `Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | property` with `Unknown | int | float`
New: Operator `<=` is not supported between objects of type `Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | property` and `Unknown | int | float`

colour/models/rgb/transfer_functions/aces.py

[error] unsupported-operator - :200 -
Old: Operator `>` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `Any | int | float`
New: Operator `>` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Any | int | float`
[error] unsupported-operator - :330 -
Old: Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `Literal[0]`
New: Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[0]`
[error] unsupported-operator - :335 -
Old: Operator `>=` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
New: Operator `>=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :387 -
Old: Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `int | float`
New: Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int | float`

colour/models/rgb/transfer_functions/apple_log_profile.py

[error] unsupported-operator - :195 -
Old: Operator `<=` is not supported for types `int` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`, in comparing `Literal[0]` with `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
New: Operator `<=` is not supported between objects of type `Literal[0]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :196 -
Old: Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `Literal[0]`
New: Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[0]`

colour/models/rgb/transfer_functions/arib_std_b67.py

[error] unsupported-operator - :118 -
Old: Operator `<=` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `Literal[1]`
New: Operator `<=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[1]`
[error] unsupported-operator - :185 -
Old: Operator `<=` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
New: Operator `<=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`

colour/models/rgb/transfer_functions/arri.py

[error] unsupported-operator - :828 -
Old: Operator `>=` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `Literal[0]`
New: Operator `>=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[0]`

colour/models/rgb/transfer_functions/canon.py

[error] unsupported-operator - :166 -
Old: Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` with `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
New: Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :232 -
Old: Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`, in comparing `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `float`
New: Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :300 -
Old: Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` with `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
New: Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :372 -
Old: Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]]` with `float`
New: Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]]` and `float`
[error] unsupported-operator - :606 -
Old: Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` with `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
New: Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :672 -
Old: Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`, in comparing `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `float`
New: Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :741 -
Old: Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` with `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
New: Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :812 -
Old: Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]]` with `float`
New: Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]]` and `float`
[error] unsupported-operator - :1046 -
Old: Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` with `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
New: Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :1047 -
Old: Operator `<=` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` with `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
New: Operator `<=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :1048 -
Old: Operator `>` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` with `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
New: Operator `>` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :1118 -
Old: Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`, in comparing `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `float`
New: Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :1118 -
Old: Operator `<=` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`, in comparing `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `float`
New: Operator `<=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :1118 -
Old: Operator `>` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`, in comparing `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `float`
New: Operator `>` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :1191 -
Old: Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` with `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
New: Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :1192 -
Old: Operator `<=` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` with `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
New: Operator `<=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :1193 -
Old: Operator `>` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` with `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
New: Operator `>` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :1268 -
Old: Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]]` with `float`
New: Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]]` and `float`
[error] unsupported-operator - :1268 -
Old: Operator `<=` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]]` with `float`
New: Operator `<=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]]` and `float`
[error] unsupported-operator - :1268 -
Old: Operator `>` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]]` with `float`
New: Operator `>` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]]` and `float`

colour/models/rgb/transfer_functions/dji_d_log.py

[error] unsupported-operator - :82 -
Old: Operator `<=` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
New: Operator `<=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :131 -
Old: Operator `<=` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
New: Operator `<=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`

colour/models/rgb/transfer_functions/filmlight_t_log.py

[error] unsupported-operator - :125 -
Old: Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
New: Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :221 -
Old: Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `int | float`
New: Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int | float`

colour/models/rgb/transfer_functions/itur_bt_1361.py

[error] unsupported-operator - :92 -
Old: Operator `>=` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `Literal[0]`
New: Operator `>=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[0]`
[error] unsupported-operator - :95 -
Old: Operator `<=` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `int | float`
New: Operator `<=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int | float`
[error] unsupported-operator - :153 -
Old: Operator `>=` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `Literal[0]`
New: Operator `>=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[0]`
[error] unsupported-operator - :156 -
Old: Operator `<=` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `int | float`
New: Operator `<=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int | float`

colour/models/rgb/transfer_functions/itur_bt_2020.py

[error] unsupported-operator - :192 -
Old: Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
New: Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`

colour/models/rgb/transfer_functions/itur_bt_601.py

[error] unsupported-operator - :86 -
Old: Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
New: Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :134 -
Old: Operator `>` is not supported for types `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
New: Operator `>` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/rgb/transfer_functions/itut_h_273.py

[error] unsupported-operator - :116 -
Old: Operator `>=` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
New: Operator `>=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :177 -
Old: Operator `<=` is not supported for types `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
New: Operator `<=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :301 -
Old: Operator `<=` is not supported for types `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
New: Operator `<=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/rgb/transfer_functions/red.py

[error] unsupported-operator - :579 -
Old: Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
New: Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`

colour/models/rgb/transfer_functions/rimm_romm_rgb.py

[error] unsupported-operator - :128 -
Old: Operator `>` is not supported for types `int` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`, in comparing `Any | int | float` with `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
New: Operator `>` is not supported between objects of type `Any | int | float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :289 -
Old: Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
New: Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :289 -
Old: Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
New: Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :289 -
Old: Operator `>=` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
New: Operator `>=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :289 -
Old: Operator `<` is not supported for types `int` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`, in comparing `int | float` with `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
New: Operator `<` is not supported between objects of type `int | float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :445 -
Old: Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
New: Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :448 -
Old: Operator `<` is not supported for types `int` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`, in comparing `int | float` with `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
New: Operator `<` is not supported between objects of type `int | float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/rgb/transfer_functions/smpte_240m.py

[error] unsupported-operator - :86 -
Old: Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
New: Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :135 -
Old: Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
New: Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`

colour/models/rgb/transfer_functions/sony.py

[error] unsupported-operator - :126 -
Old: Operator `>=` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` with `Literal[0]`
New: Operator `>=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `Literal[0]`
[error] unsupported-operator - :194 -
Old: Operator `>=` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
New: Operator `>=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :399 -
Old: Operator `>=` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` with `float`
New: Operator `>=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `float`
[error] unsupported-operator - :466 -
Old: Operator `>=` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]]` with `int | float`
New: Operator `>=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]]` and `int | float`

colour/models/rgb/transfer_functions/srgb.py

[error] unsupported-operator - :92 -
Old: Operator `<=` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
New: Operator `<=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :141 -
Old: Operator `>=` is not supported for types `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
New: Operator `>=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/notation/hexadecimal.py

[error] unsupported-operator - :81 -
Old: Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `Literal[0]`
New: Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[0]`
[error] unsupported-operator - :89 -
Old: Operator `>` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` with `Literal[1]`
New: Operator `>` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` and `Literal[1]`

colour/notation/munsell.py

[error] unsupported-operator - :687 -
Old: Operator `<=` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
New: Operator `<=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`

core (https://github.com/home-assistant/core)

homeassistant/auth/mfa_modules/notify.py

[error] unsupported-operator - :201 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `str` with `dict[str, NotifySetting] | None`
New: Operator `in` is not supported between objects of type `str` and `dict[str, NotifySetting] | None`

homeassistant/components/deconz/light.py

[error] unsupported-operator - :255 -
Old: Operator `not in` is not supported for types `Unknown` and `None`, in comparing `Unknown | ColorMode` with `set[ColorMode] | set[str] | None`
New: Operator `not in` is not supported between objects of type `Unknown | ColorMode` and `set[ColorMode] | set[str] | None`
[error] unsupported-operator - :303 -
Old: Operator `in` is not supported for types `Literal[ColorMode.XY]` and `None`, in comparing `Literal[ColorMode.XY]` with `set[ColorMode] | set[str] | None`
New: Operator `in` is not supported between objects of type `Literal[ColorMode.XY]` and `set[ColorMode] | set[str] | None`

homeassistant/components/ecobee/weather.py

[error] unsupported-operator - :170 -
Old: Operator `not in` is not supported for types `str` and `None`, in comparing `Literal["forecasts"]` with `Unknown | None`
New: Operator `not in` is not supported between objects of type `Literal["forecasts"]` and `Unknown | None`

homeassistant/components/flux/switch.py

[error] unsupported-operator - :286 -
Old: Operator `<` is not supported for types `datetime` and `None`, in comparing `datetime` with `datetime | None`
New: Operator `<` is not supported between objects of type `datetime` and `datetime | None`

homeassistant/components/forked_daapd/media_player.py

[error] unsupported-operator - :729 -
Old: Operator `>` is not supported for types `str` and `int`, in comparing `Unknown | str | int | list[Unknown]` with `Literal[0]`
New: Operator `>` is not supported between objects of type `Unknown | str | int | list[Unknown]` and `Literal[0]`

homeassistant/components/google_maps/device_tracker.py

[error] unsupported-operator - :115 -
Old: Operator `<` is not supported for types `datetime` and `str`, in comparing `datetime` with `str | datetime`
New: Operator `<` is not supported between objects of type `datetime` and `str | datetime`

homeassistant/components/google_wifi/sensor.py

[error] unsupported-operator - :199 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `str` with `Unknown | None`
New: Operator `in` is not supported between objects of type `str` and `Unknown | None`

homeassistant/components/nasweb/sensor.py

[error] unsupported-operator - :155 -
Old: Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown & ~None` with `list[str] | None`
New: Operator `in` is not supported between objects of type `Unknown & ~None` and `list[str] | None`

homeassistant/components/nmap_tracker/__init__.py

[error] unsupported-operator - :262 -
Old: Operator `>` is not supported for types `datetime` and `timedelta`, in comparing `datetime` with `timedelta | datetime`
New: Operator `>` is not supported between objects of type `datetime` and `timedelta | datetime`
[error] unsupported-operator - :274 -
Old: Operator `not in` is not supported for types `str` and `None`, in comparing `Literal["--reason"]` with `Unknown | None`
New: Operator `not in` is not supported between objects of type `Literal["--reason"]` and `Unknown | None`
[error] unsupported-operator - :277 -
Old: Operator `not in` is not supported for types `str` and `None`, in comparing `Literal["-v"]` with `Unknown | None`
New: Operator `not in` is not supported between objects of type `Literal["-v"]` and `Unknown | None`
[error] unsupported-operator - :418 -
Old: Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None`
New: Operator `in` is not supported between objects of type `Unknown` and `Unknown | None`

homeassistant/components/osramlightify/light.py

[error] unsupported-operator - :362 -
Old: Operator `in` is not supported for types `Literal[ColorMode.COLOR_TEMP]` and `None`, in comparing `Literal[ColorMode.COLOR_TEMP]` with `set[ColorMode] | set[str] | None | Unknown`
New: Operator `in` is not supported between objects of type `Literal[ColorMode.COLOR_TEMP]` and `set[ColorMode] | set[str] | None | Unknown`
[error] unsupported-operator - :365 -
Old: Operator `in` is not supported for types `Literal[ColorMode.HS]` and `None`, in comparing `Literal[ColorMode.HS]` with `set[ColorMode] | set[str] | None | Unknown`
New: Operator `in` is not supported between objects of type `Literal[ColorMode.HS]` and `set[ColorMode] | set[str] | None | Unknown`

homeassistant/components/overkiz/climate/atlantic_electrical_towel_dryer.py

[error] unsupported-operator - :73 -
Old: Operator `not in` is not supported for types `str` and `None`, in comparing `str | Unknown` with `Unknown | list[Unknown | str] | list[str] | None`
New: Operator `not in` is not supported between objects of type `str | Unknown` and `Unknown | list[Unknown | str] | list[str] | None`
[error] unsupported-operator - :137 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["drying"]` with `Unknown | list[Unknown | str] | list[str] | None`
New: Operator `in` is not supported between objects of type `Literal["drying"]` and `Unknown | list[Unknown | str] | list[str] | None`
[error] unsupported-operator - :175 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["drying"]` with `Unknown | list[Unknown | str] | list[str] | None`
New: Operator `in` is not supported between objects of type `Literal["drying"]` and `Unknown | list[Unknown | str] | list[str] | None`

homeassistant/components/plex/media_player.py

[error] unsupported-operator - :392 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["playback"]` with `Unknown | None`
New: Operator `in` is not supported between objects of type `Literal["playback"]` and `Unknown | None`
[error] unsupported-operator - :412 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["playback"]` with `Unknown | None`
New: Operator `in` is not supported between objects of type `Literal["playback"]` and `Unknown | None`
[error] unsupported-operator - :422 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["playback"]` with `Unknown | None`
New: Operator `in` is not supported between objects of type `Literal["playback"]` and `Unknown | None`
[error] unsupported-operator - :441 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["playback"]` with `Unknown | None`
New: Operator `in` is not supported between objects of type `Literal["playback"]` and `Unknown | None`
[error] unsupported-operator - :453 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["playback"]` with `Unknown | None`
New: Operator `in` is not supported between objects of type `Literal["playback"]` and `Unknown | None`
[error] unsupported-operator - :458 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["playback"]` with `Unknown | None`
New: Operator `in` is not supported between objects of type `Literal["playback"]` and `Unknown | None`
[error] unsupported-operator - :463 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["playback"]` with `Unknown | None`
New: Operator `in` is not supported between objects of type `Literal["playback"]` and `Unknown | None`
[error] unsupported-operator - :468 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["playback"]` with `Unknown | None`
New: Operator `in` is not supported between objects of type `Literal["playback"]` and `Unknown | None`
[error] unsupported-operator - :473 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["playback"]` with `Unknown | None`
New: Operator `in` is not supported between objects of type `Literal["playback"]` and `Unknown | None`
[error] unsupported-operator - :478 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["playback"]` with `Unknown | None`
New: Operator `in` is not supported between objects of type `Literal["playback"]` and `Unknown | None`
[error] unsupported-operator - :485 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["playback"]` with `Unknown | None`
New: Operator `in` is not supported between objects of type `Literal["playback"]` and `Unknown | None`

homeassistant/components/qbus/climate.py

[error] unsupported-operator - :108 -
Old: Operator `not in` is not supported for types `str` and `None`, in comparing `str` with `list[str] | None`
New: Operator `not in` is not supported between objects of type `str` and `list[str] | None`

homeassistant/components/tado/climate.py

[error] unsupported-operator - :813 -
Old: Operator `in` is not supported for types `None` and `str`, in comparing `str | None` with `@Todo | str | list[Unknown]`
New: Operator `in` is not supported between objects of type `str | None` and `@Todo | str | list[Unknown]`

homeassistant/components/template/light.py

[error] unsupported-operator - :616 -
Old: Operator `not in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `list[str] | None | Unknown`
New: Operator `not in` is not supported between objects of type `Unknown` and `list[str] | None | Unknown`

homeassistant/components/todoist/calendar.py

[error] unsupported-operator - :570 -
Old: Operator `>` is not supported for types `None` and `datetime`, in comparing `datetime | None` with `datetime`
New: Operator `>` is not supported between objects of type `datetime | None` and `datetime`
[error] unsupported-operator - :579 -
Old: Operator `<=` is not supported for types `None` and `datetime`, in comparing `datetime | None` with `datetime`
New: Operator `<=` is not supported between objects of type `datetime | None` and `datetime`
[error] unsupported-operator - :662 -
Old: Operator `<` is not supported for types `datetime` and `None`, in comparing `datetime | None` with `datetime | None`
New: Operator `<` is not supported between two objects of type `datetime | None`

homeassistant/components/waze_travel_time/coordinator.py

[error] unsupported-operator - :91 -
Old: Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Collection[str] | None`
New: Operator `in` is not supported between objects of type `Unknown` and `Collection[str] | None`
[error] unsupported-operator - :91 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal[""]` with `Collection[str] | None`
New: Operator `in` is not supported between objects of type `Literal[""]` and `Collection[str] | None`

homeassistant/helpers/storage.py

[error] unsupported-operator - :409 -
Old: Operator `not in` is not supported for types `str` and `int`, in comparing `Literal["minor_version"]` with `dict[str, Any] | Unknown | dict[str, JsonValueType] | ... omitted 5 union elements`
New: Operator `not in` is not supported between objects of type `Literal["minor_version"]` and `dict[str, Any] | Unknown | dict[str, JsonValueType] | ... omitted 5 union elements`

cwltool (https://github.com/common-workflow-language/cwltool)

cwltool/load_tool.py

[error] unsupported-operator - :583 -
Old: Operator `in` is not supported for types `str` and `object`, in comparing `Literal["id"]` with `object`
New: Operator `in` is not supported between objects of type `Literal["id"]` and `object`

cwltool/main.py

[error] unsupported-operator - :526 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["cwl:tool"]` with `MutableMapping[str, None | int | str | ... omitted 3 union elements] | None | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]`
New: Operator `in` is not supported between objects of type `Literal["cwl:tool"]` and `MutableMapping[str, None | int | str | ... omitted 3 union elements] | None | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]`
[error] unsupported-operator - :528 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["__id"]` with `MutableMapping[str, None | int | str | ... omitted 3 union elements] | None | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]`
New: Operator `in` is not supported between objects of type `Literal["__id"]` and `MutableMapping[str, None | int | str | ... omitted 3 union elements] | None | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]`

dd-trace-py (https://github.com/DataDog/dd-trace-py)

ddtrace/appsec/_exploit_prevention/stack_traces.py

[error] unsupported-operator - :50 -
Old: Operator `>=` is not supported for types `int` and `EnvVariable[int]`, in comparing `int` with `(Unknown & ~AlwaysFalsy) | (EnvVariable[int] & ~AlwaysFalsy)`
New: Operator `>=` is not supported between objects of type `int` and `(Unknown & ~AlwaysFalsy) | (EnvVariable[int] & ~AlwaysFalsy)`
[error] unsupported-operator - :65 -
Old: Operator `>` is not supported for types `int` and `EnvVariable[int]`, in comparing `int` with `Unknown | EnvVariable[int]`
New: Operator `>` is not supported between objects of type `int` and `Unknown | EnvVariable[int]`
[error] unsupported-operator - :65 -
Old: Operator `>` is not supported for types `EnvVariable[int]` and `int`, in comparing `Unknown | EnvVariable[int]` with `Literal[0]`
New: Operator `>` is not supported between objects of type `Unknown | EnvVariable[int]` and `Literal[0]`

ddtrace/appsec/_iast/sampling/vulnerability_detection.py

[error] unsupported-operator - :40 -
Old: Operator `>=` is not supported for types `int` and `EnvVariable[int]`, in comparing `int` with `Unknown | EnvVariable[int]`
New: Operator `>=` is not supported between objects of type `int` and `Unknown | EnvVariable[int]`
[error] unsupported-operator - :88 -
Old: Operator `>=` is not supported for types `int` and `EnvVariable[int]`, in comparing `Unknown | int` with `Unknown | EnvVariable[int]`
New: Operator `>=` is not supported between objects of type `Unknown | int` and `Unknown | EnvVariable[int]`

ddtrace/appsec/_iast/taint_sinks/_base.py

[error] unsupported-operator - :69 -
Old: Operator `<` is not supported for types `int` and `EnvVariable[int]`, in comparing `int` with `Unknown | EnvVariable[int]`
New: Operator `<` is not supported between objects of type `int` and `Unknown | EnvVariable[int]`

ddtrace/appsec/ai_guard/_api_client.py

[error] unsupported-operator - :117 -
Old: Operator `>` is not supported for types `int` and `EnvVariable[int]`, in comparing `int` with `Unknown | EnvVariable[int]`
New: Operator `>` is not supported between objects of type `int` and `Unknown | EnvVariable[int]`
[error] unsupported-operator - :129 -
Old: Operator `>` is not supported for types `int` and `EnvVariable[int]`, in comparing `int` with `Unknown | EnvVariable[int]`
New: Operator `>` is not supported between objects of type `int` and `Unknown | EnvVariable[int]`

ddtrace/contrib/internal/botocore/patch.py

[error] unsupported-operator - :219 -
Old: Operator `in` is not supported for types `Any` and `(original_func, instance, args, kwargs, function_vars) -> Unknown`, in comparing `Any | None` with `(Unknown & ~None) | ((original_func, instance, args, kwargs, function_vars) -> Unknown) | list[Unknown | str] | ((original_func, instance, args, kwargs: dict[Unknown, Unknown], function_vars: dict[Unknown, Unknown]) -> Unknown)`
New: Operator `in` is not supported between objects of type `Any | None` and `(Unknown & ~None) | ((original_func, instance, args, kwargs, function_vars) -> Unknown) | list[Unknown | str] | ((original_func, instance, args, kwargs: dict[Unknown, Unknown], function_vars: dict[Unknown, Unknown]) -> Unknown)`

ddtrace/contrib/internal/botocore/services/bedrock.py

[error] unsupported-operator - :210 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["embed"]` with `Any | None`
New: Operator `in` is not supported between objects of type `Literal["embed"]` and `Any | None`
[error] unsupported-operator - :232 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["embed"]` with `Any | None`
New: Operator `in` is not supported between objects of type `Literal["embed"]` and `Any | None`

ddtrace/contrib/internal/botocore/utils.py

[error] unsupported-operator - :154 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["_datadog"]` with `dict[str, Any] | None`
New: Operator `in` is not supported between objects of type `Literal["_datadog"]` and `dict[str, Any] | None`

ddtrace/debugging/_exception/replay.py

[error] unsupported-operator - :332 -
Old: Operator `<` is not supported for types `int` and `EnvVariable[int]`, in comparing `int` with `Unknown | EnvVariable[int]`
New: Operator `<` is not supported between objects of type `int` and `Unknown | EnvVariable[int]`
[error] unsupported-operator - :343 -
Old: Operator `>=` is not supported for types `int` and `EnvVariable[int]`, in comparing `int` with `Unknown | EnvVariable[int]`
New: Operator `>=` is not supported between objects of type `int` and `Unknown | EnvVariable[int]`

ddtrace/debugging/_redaction.py

[error] unsupported-operator - :115 -
Old: Operator `not in` is not supported for types `Unknown` and `EnvVariable[set[Unknown]]`, in comparing `Unknown` with `Unknown | EnvVariable[set[Unknown]]`
New: Operator `not in` is not supported between objects of type `Unknown` and `Unknown | EnvVariable[set[Unknown]]`

ddtrace/internal/ci_visibility/_api_client.py

[error] unsupported-operator - :338 -
Old: Operator `>=` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[400]`
New: Operator `>=` is not supported between objects of type `Unknown | None` and `Literal[400]`
[error] unsupported-operator - :339 -
Old: Operator `<` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[500]`
New: Operator `<` is not supported between objects of type `Unknown | None` and `Literal[500]`
[error] unsupported-operator - :342 -
Old: Operator `>=` is not supported for types `None` and `int`, in comparing `(Unknown & ~Literal[403]) | None` with `Literal[500]`
New: Operator `>=` is not supported between objects of type `(Unknown & ~Literal[403]) | None` and `Literal[500]`

ddtrace/internal/ci_visibility/api/_test.py

[error] unsupported-operator - :377 -
Old: Operator `<=` is not supported for types `None` and `int`, in comparing `int | float | None` with `Literal[5]`
New: Operator `<=` is not supported between objects of type `int | float | None` and `Literal[5]`
[error] unsupported-operator - :379 -
Old: Operator `<=` is not supported for types `None` and `int`, in comparing `int | float | None` with `Literal[10]`
New: Operator `<=` is not supported between objects of type `int | float | None` and `Literal[10]`
[error] unsupported-operator - :381 -
Old: Operator `<=` is not supported for types `None` and `int`, in comparing `int | float | None` with `Literal[30]`
New: Operator `<=` is not supported between objects of type `int | float | None` and `Literal[30]`
[error] unsupported-operator - :383 -
Old: Operator `<=` is not supported for types `None` and `int`, in comparing `int | float | None` with `Literal[300]`
New: Operator `<=` is not supported between objects of type `int | float | None` and `Literal[300]`

ddtrace/internal/ci_visibility/writer.py

[error] unsupported-operator - :191 -
Old: Operator `>=` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[400]`
New: Operator `>=` is not supported between objects of type `Unknown | None` and `Literal[400]`

ddtrace/internal/writer/writer.py

[error] unsupported-operator - :311 -
Old: Operator `>=` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[400]`
New: Operator `>=` is not supported between objects of type `Unknown | None` and `Literal[400]`
[error] unsupported-operator - :317 -
Old: Operator `>=` is not supported for types `None` and `int`, in comparing `None | Unknown` with `Literal[400]`
New: Operator `>=` is not supported between objects of type `None | Unknown` and `Literal[400]`

ddtrace/vendor/ply/yacc.py

[error] unsupported-operator - :3082 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["error"]` with `Unknown | None | list[Unknown]`
New: Operator `in` is not supported between objects of type `Literal["error"]` and `Unknown | None | list[Unknown]`

tests/appsec/appsec/test_appsec_utils.py

[error] unsupported-operator - :145 -
Old: Operator `in` is not supported for types `str` and `int`, in comparing `Literal["/custom/location"]` with `str | int`
New: Operator `in` is not supported between objects of type `Literal["/custom/location"]` and `str | int`

tests/appsec/iast/taint_tracking/test_native_taint_range.py

[error] unsupported-operator - :564 -
Old: Operator `>=` is not supported for types `None` and `int`, in comparing `int | None` with `Literal[0]`
New: Operator `>=` is not supported between objects of type `int | None` and `Literal[0]`

tests/appsec/iast/test_telemetry.py

[error] unsupported-operator - :176 -
Old: Operator `>` is not supported for types `None` and `int`, in comparing `int | float | None` with `Literal[0]`
New: Operator `>` is not supported between objects of type `int | float | None` and `Literal[0]`

tests/contrib/pytest/test_pytest.py

[error] unsupported-operator - :661 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["test should fail"]` with `str | None`
New: Operator `in` is not supported between objects of type `Literal["test should fail"]` and `str | None`

tests/integration/test_sampling.py

[error] unsupported-operator - :345 -
Old: Operator `<` is not supported for types `None` and `int`, in comparing `int | float | None` with `Literal[0]`
New: Operator `<` is not supported between objects of type `int | float | None` and `Literal[0]`
[error] unsupported-operator - :369 -
Old: Operator `>` is not supported for types `None` and `int`, in comparing `int | float | None` with `Literal[0]`
New: Operator `>` is not supported between objects of type `int | float | None` and `Literal[0]`
[error] unsupported-operator - :370 -
Old: Operator `>` is not supported for types `None` and `int`, in comparing `int | float | None` with `Literal[0]`
New: Operator `>` is not supported between objects of type `int | float | None` and `Literal[0]`

tests/tracer/test_freezegun.py

[error] unsupported-operator - :16 -
Old: Operator `>=` is not supported for types `None` and `int`, in comparing `int | float | None` with `Literal[1]`
New: Operator `>=` is not supported between objects of type `int | float | None` and `Literal[1]`
[error] unsupported-operator - :25 -
Old: Operator `<=` is not supported for types `int` and `None`, in comparing `Literal[1]` with `int | float | None`
New: Operator `<=` is not supported between objects of type `Literal[1]` and `int | float | None`
[error] unsupported-operator - :25 -
Old: Operator `<=` is not supported for types `None` and `int`, in comparing `int | float | None` with `Literal[5]`
New: Operator `<=` is not supported between objects of type `int | float | None` and `Literal[5]`
[error] unsupported-operator - :46 -
Old: Operator `>=` is not supported for types `None` and `int`, in comparing `int | float | None` with `Literal[1]`
New: Operator `>=` is not supported between objects of type `int | float | None` and `Literal[1]`

tests/tracer/test_processors.py

[error] unsupported-operator - :653 -
Old: Operator `<=` is not supported for types `None` and `int`, in comparing `int | float | None` with `Literal[0]`
New: Operator `<=` is not supported between objects of type `int | float | None` and `Literal[0]`

tests/tracer/test_span.py

[error] unsupported-operator - :205 -
Old: Operator `>=` is not supported for types `None` and `float`, in comparing `int | float | None` with `float`
New: Operator `>=` is not supported between objects of type `int | float | None` and `float`
[error] unsupported-operator - :248 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["by zero"]` with `str | None`
New: Operator `in` is not supported between objects of type `Literal["by zero"]` and `str | None`
[error] unsupported-operator - :249 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["ZeroDivisionError"]` with `str | None`
New: Operator `in` is not supported between objects of type `Literal["ZeroDivisionError"]` and `str | None`
[error] unsupported-operator - :257 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["in test_traceback_without_error"]` with `str | None`
New: Operator `in` is not supported between objects of type `Literal["in test_traceback_without_error"]` and `str | None`
[error] unsupported-operator - :321 -
Old: Operator `>` is not supported for types `None` and `int`, in comparing `(int & ~AlwaysTruthy) | (float & ~AlwaysTruthy) | None` with `Literal[0]`
New: Operator `>` is not supported between objects of type `(int & ~AlwaysTruthy) | (float & ~AlwaysTruthy) | None` and `Literal[0]`
[error] unsupported-operator - :324 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["Exception"]` with `str | None`
New: Operator `in` is not supported between objects of type `Literal["Exception"]` and `str | None`

dulwich (https://github.com/dulwich/dulwich)

dulwich/object_store.py

[error] unsupported-operator - :2774 -
Old: Operator `in` is not supported for types `ObjectID` and `() -> dict[ObjectID, ObjectID]`, in comparing `ObjectID` with `Unknown | ((() -> dict[ObjectID, ObjectID]) & ~AlwaysTruthy & ~AlwaysFalsy) | dict[Unknown, Unknown]`
New: Operator `in` is not supported between objects of type `ObjectID` and `Unknown | ((() -> dict[ObjectID, ObjectID]) & ~AlwaysTruthy & ~AlwaysFalsy) | dict[Unknown, Unknown]`

dulwich/objectspec.py

[error] unsupported-operator - :316 -
Old: Operator `in` is not supported for types `bytes` and `RefsContainer`, in comparing `Unknown | bytes` with `Repo | RefsContainer`
New: Operator `in` is not supported between objects of type `Unknown | bytes` and `Repo | RefsContainer`

hydpy (https://github.com/hydpy-dev/hydpy)

hydpy/core/parametertools.py

[error] unsupported-operator - :965 -
Old: Operator `not in` is not supported for types `tuple[str, T@KeywordArguments]` and `Top[KeywordArguments[Unknown]]`
New: Operator `not in` is not supported between objects of type `tuple[str, T@KeywordArguments]` and `Top[KeywordArguments[Unknown]]`

ibis (https://github.com/ibis-project/ibis)

ibis/backends/tests/tpc/ds/test_queries.py

[error] unsupported-operator - :1753 -
Old: Operator `>` is not supported for types `Value` and `float`
New: Operator `>` is not supported between objects of type `Value` and `float`
[error] unsupported-operator - :2004 -
Old: Operator `>` is not supported for types `Value` and `int`, in comparing `Value` with `Literal[1]`
New: Operator `>` is not supported between objects of type `Value` and `Literal[1]`
[error] unsupported-operator - :2377 -
Old: Operator `>` is not supported for types `Value` and `float`
New: Operator `>` is not supported between objects of type `Value` and `float`
[error] unsupported-operator - :2727 -
Old: Operator `>` is not supported for types `Value` and `float`
New: Operator `>` is not supported between objects of type `Value` and `float`
[error] unsupported-operator - :2939 -
Old: Operator `>` is not supported for types `Value` and `float`
New: Operator `>` is not supported between objects of type `Value` and `float`
[error] unsupported-operator - :3239 -
Old: Operator `>` is not supported for types `Value` and `float`
New: Operator `>` is not supported between objects of type `Value` and `float`
[error] unsupported-operator - :3853 -
Old: Operator `>` is not supported for types `Value` and `int`, in comparing `Value` with `Literal[1]`
New: Operator `>` is not supported between objects of type `Value` and `Literal[1]`
[error] unsupported-operator - :4848 -
Old: Operator `>` is not supported for types `Value` and `float`
New: Operator `>` is not supported between objects of type `Value` and `float`

ibis/common/numeric.py

[error] unsupported-operator - :33 -
Old: Operator `<` is not supported for types `str` and `int`, in comparing `int | Literal["n", "N", "F"]` with `int`
New: Operator `<` is not supported between objects of type `int | Literal["n", "N", "F"]` and `int`

ibis/common/tests/test_collections.py

[error] unsupported-operator - :309 -
Old: Operator `<` is not supported for types `MySchema` and `MySchema`
New: Operator `<` is not supported between two objects of type `MySchema`
[error] unsupported-operator - :311 -
Old: Operator `<=` is not supported for types `MySchema` and `MySchema`
New: Operator `<=` is not supported between two objects of type `MySchema`
[error] unsupported-operator - :313 -
Old: Operator `<=` is not supported for types `MySchema` and `MySchema`
New: Operator `<=` is not supported between two objects of type `MySchema`
[error] unsupported-operator - :315 -
Old: Operator `<=` is not supported for types `MySchema` and `MySchema`
New: Operator `<=` is not supported between two objects of type `MySchema`
[error] unsupported-operator - :317 -
Old: Operator `<` is not supported for types `MySchema` and `MySchema`
New: Operator `<` is not supported between two objects of type `MySchema`
[error] unsupported-operator - :321 -
Old: Operator `<=` is not supported for types `MySchema` and `MySchema`
New: Operator `<=` is not supported between two objects of type `MySchema`
[error] unsupported-operator - :325 -
Old: Operator `<` is not supported for types `MySchema` and `int`, in comparing `MySchema` with `Literal[1]`
New: Operator `<` is not supported between objects of type `MySchema` and `Literal[1]`
[error] unsupported-operator - :327 -
Old: Operator `<=` is not supported for types `MySchema` and `int`, in comparing `MySchema` with `Literal[1]`
New: Operator `<=` is not supported between objects of type `MySchema` and `Literal[1]`
[error] unsupported-operator - :330 -
Old: Operator `>` is not supported for types `MySchema` and `MySchema`
New: Operator `>` is not supported between two objects of type `MySchema`
[error] unsupported-operator - :332 -
Old: Operator `>=` is not supported for types `MySchema` and `MySchema`
New: Operator `>=` is not supported between two objects of type `MySchema`
[error] unsupported-operator - :334 -
Old: Operator `>=` is not supported for types `MySchema` and `MySchema`
New: Operator `>=` is not supported between two objects of type `MySchema`
[error] unsupported-operator - :336 -
Old: Operator `>=` is not supported for types `MySchema` and `MySchema`
New: Operator `>=` is not supported between two objects of type `MySchema`
[error] unsupported-operator - :338 -
Old: Operator `>` is not supported for types `MySchema` and `MySchema`
New: Operator `>` is not supported between two objects of type `MySchema`
[error] unsupported-operator - :340 -
Old: Operator `>` is not supported for types `MySchema` and `MySchema`
New: Operator `>` is not supported between two objects of type `MySchema`
[error] unsupported-operator - :343 -
Old: Operator `>=` is not supported for types `MySchema` and `MySchema`
New: Operator `>=` is not supported between two objects of type `MySchema`
[error] unsupported-operator - :347 -
Old: Operator `>` is not supported for types `MySchema` and `int`, in comparing `MySchema` with `Literal[1]`
New: Operator `>` is not supported between objects of type `MySchema` and `Literal[1]`
[error] unsupported-operator - :349 -
Old: Operator `>=` is not supported for types `MySchema` and `int`, in comparing `MySchema` with `Literal[1]`
New: Operator `>=` is not supported between objects of type `MySchema` and `Literal[1]`

ibis/common/tests/test_grounds.py

[error] unsupported-operator - :962 -
Old: Operator `>` is not supported for types `InstanceOf` and `int`, in comparing `Unknown | InstanceOf` with `Literal[10]`
New: Operator `>` is not supported between objects of type `Unknown | InstanceOf` and `Literal[10]`

ibis/expr/datatypes/cast.py

[error] unsupported-operator - :119 -
Old: Operator `in` is not supported for types `Unknown` and `DataType`
New: Operator `in` is not supported between objects of type `Unknown` and `DataType`

ibis/expr/datatypes/tests/test_core.py

[error] unsupported-operator - :442 -
Old: Operator `<=` is not supported for types `Struct` and `Struct`
New: Operator `<=` is not supported between two objects of type `Struct`
[error] unsupported-operator - :443 -
Old: Operator `>=` is not supported for types `Struct` and `Struct`
New: Operator `>=` is not supported between two objects of type `Struct`
[error] unsupported-operator - :444 -
Old: Operator `<` is not supported for types `Struct` and `Struct`
New: Operator `<` is not supported between two objects of type `Struct`
[error] unsupported-operator - :445 -
Old: Operator `>` is not supported for types `Struct` and `Struct`
New: Operator `>` is not supported between two objects of type `Struct`
[error] unsupported-operator - :446 -
Old: Operator `<=` is not supported for types `Struct` and `Struct`
New: Operator `<=` is not supported between two objects of type `Struct`
[error] unsupported-operator - :447 -
Old: Operator `>=` is not supported for types `Struct` and `Struct`
New: Operator `>=` is not supported between two objects of type `Struct`
[error] unsupported-operator - :448 -
Old: Operator `>=` is not supported for types `Struct` and `Struct`
New: Operator `>=` is not supported between two objects of type `Struct`
[error] unsupported-operator - :449 -
Old: Operator `<=` is not supported for types `Struct` and `Struct`
New: Operator `<=` is not supported between two objects of type `Struct`
[error] unsupported-operator - :450 -
Old: Operator `<=` is not supported for types `Struct` and `Struct`
New: Operator `<=` is not supported between two objects of type `Struct`
[error] unsupported-operator - :451 -
Old: Operator `<` is not supported for types `Struct` and `Struct`
New: Operator `<` is not supported between two objects of type `Struct`
[error] unsupported-operator - :452 -
Old: Operator `>=` is not supported for types `Struct` and `Struct`
New: Operator `>=` is not supported between two objects of type `Struct`
[error] unsupported-operator - :453 -
Old: Operator `>` is not supported for types `Struct` and `Struct`
New: Operator `>` is not supported between two objects of type `Struct`

ibis/expr/tests/test_schema.py

[error] unsupported-operator - :341 -
Old: Operator `<=` is not supported for types `Schema` and `Schema`
New: Operator `<=` is not supported between two objects of type `Schema`
[error] unsupported-operator - :342 -
Old: Operator `>=` is not supported for types `Schema` and `Schema`
New: Operator `>=` is not supported between two objects of type `Schema`
[error] unsupported-operator - :343 -
Old: Operator `<` is not supported for types `Schema` and `Schema`
New: Operator `<` is not supported between two objects of type `Schema`
[error] unsupported-operator - :344 -
Old: Operator `>` is not supported for types `Schema` and `Schema`
New: Operator `>` is not supported between two objects of type `Schema`
[error] unsupported-operator - :345 -
Old: Operator `<=` is not supported for types `Schema` and `Schema`
New: Operator `<=` is not supported between two objects of type `Schema`
[error] unsupported-operator - :346 -
Old: Operator `>=` is not supported for types `Schema` and `Schema`
New: Operator `>=` is not supported between two objects of type `Schema`
[error] unsupported-operator - :347 -
Old: Operator `>=` is not supported for types `Schema` and `Schema`
New: Operator `>=` is not supported between two objects of type `Schema`
[error] unsupported-operator - :348 -
Old: Operator `<=` is not supported for types `Schema` and `Schema`
New: Operator `<=` is not supported between two objects of type `Schema`
[error] unsupported-operator - :349 -
Old: Operator `<=` is not supported for types `Schema` and `Schema`
New: Operator `<=` is not supported between two objects of type `Schema`
[error] unsupported-operator - :350 -
Old: Operator `<` is not supported for types `Schema` and `Schema`
New: Operator `<` is not supported between two objects of type `Schema`
[error] unsupported-operator - :351 -
Old: Operator `>=` is not supported for types `Schema` and `Schema`
New: Operator `>=` is not supported between two objects of type `Schema`
[error] unsupported-operator - :352 -
Old: Operator `>` is not supported for types `Schema` and `Schema`
New: Operator `>` is not supported between two objects of type `Schema`

ibis/expr/types/relations.py

[error] unsupported-operator - :1413 -
Old: Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Scalar | Deferred | Sequence[Scalar | Deferred] | None`
New: Operator `in` is not supported between objects of type `Unknown` and `Scalar | Deferred | Sequence[Scalar | Deferred] | None`

ignite (https://github.com/pytorch/ignite)

ignite/engine/events.py

[error] unsupported-operator - :94 -
Old: Operator `>` is not supported for types `list[Unknown]` and `int`, in comparing `(int & Integral) | (list[Unknown] & Integral)` with `Literal[0]`
New: Operator `>` is not supported between objects of type `(int & Integral) | (list[Unknown] & Integral)` and `Literal[0]`

ignite/handlers/lr_finder.py

[error] unsupported-operator - :186 -
Old: Operator `<` is not supported for types `int` and `None`, in comparing `Unknown | int | float` with `Unknown | None | int | float`
New: Operator `<` is not supported between objects of type `Unknown | int | float` and `Unknown | None | int | float`

tests/ignite/distributed/test_launcher.py

[error] unsupported-operator - :281 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["nproc_per_node"]` with `Unknown | None | dict[Unknown, Unknown]`
New: Operator `in` is not supported between objects of type `Literal["nproc_per_node"]` and `Unknown | None | dict[Unknown, Unknown]`
[error] unsupported-operator - :282 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["start_method"]` with `Unknown | None | dict[Unknown, Unknown]`
New: Operator `in` is not supported between objects of type `Literal["start_method"]` and `Unknown | None | dict[Unknown, Unknown]`

tests/ignite/distributed/utils/__init__.py

[error] unsupported-operator - :131 -
Old: Operator `in` is not supported for types `None` and `str`, in comparing `str | None` with `Literal["horovod"]`
New: Operator `in` is not supported between objects of type `str | None` and `Literal["horovod"]`
[error] unsupported-operator - :143 -
Old: Operator `in` is not supported for types `None` and `str`, in comparing `str | None` with `Literal["horovod"]`
New: Operator `in` is not supported between objects of type `str | None` and `Literal["horovod"]`
[error] unsupported-operator - :154 -
Old: Operator `in` is not supported for types `None` and `str`, in comparing `None | str` with `Literal["xla-tpu"]`
New: Operator `in` is not supported between objects of type `None | str` and `Literal["xla-tpu"]`
[error] unsupported-operator - :157 -
Old: Operator `in` is not supported for types `None` and `str`, in comparing `None | str` with `Literal["horovod"]`
New: Operator `in` is not supported between objects of type `None | str` and `Literal["horovod"]`
[error] unsupported-operator - :255 -
Old: Operator `in` is not supported for types `None` and `str`, in comparing `str | None` with `Literal["xla-tpu"]`
New: Operator `in` is not supported between objects of type `str | None` and `Literal["xla-tpu"]`
[error] unsupported-operator - :258 -
Old: Operator `in` is not supported for types `None` and `str`, in comparing `None | str` with `Literal["horovod"]`
New: Operator `in` is not supported between objects of type `None | str` and `Literal["horovod"]`
[error] unsupported-operator - :286 -
Old: Operator `in` is not supported for types `None` and `str`, in comparing `None | str` with `Literal["xla-tpu"]`
New: Operator `in` is not supported between objects of type `None | str` and `Literal["xla-tpu"]`
[error] unsupported-operator - :417 -
Old: Operator `in` is not supported for types `None` and `str`, in comparing `str | None` with `Literal["xla-tpu"]`
New: Operator `in` is not supported between objects of type `str | None` and `Literal["xla-tpu"]`
[error] unsupported-operator - :419 -
Old: Operator `in` is not supported for types `None` and `str`, in comparing `str | None` with `Literal["horovod"]`
New: Operator `in` is not supported between objects of type `str | None` and `Literal["horovod"]`

tests/ignite/handlers/test_time_profilers.py

[error] unsupported-operator - :289 -
Old: Operator `in` is not supported for types `str` and `int`, in comparing `Literal["delay_start"]` with `str | int | float | tuple[str | int | float, str | int | float]`
New: Operator `in` is not supported between objects of type `Literal["delay_start"]` and `str | int | float | tuple[str | int | float, str | int | float]`
[error] unsupported-operator - :331 -
Old: Operator `in` is not supported for types `str` and `int`, in comparing `Literal["delay_complete"]` with `str | int | float | tuple[str | int | float, str | int | float]`
New: Operator `in` is not supported between objects of type `Literal["delay_complete"]` and `str | int | float | tuple[str | int | float, str | int | float]`
[error] unsupported-operator - :377 -
Old: Operator `in` is not supported for types `str` and `int`, in comparing `Literal["delay_epoch_start"]` with `str | int | float | tuple[str | int | float, str | int | float]`
New: Operator `in` is not supported between objects of type `Literal["delay_epoch_start"]` and `str | int | float | tuple[str | int | float, str | int | float]`
[error] unsupported-operator - :427 -
Old: Operator `in` is not supported for types `str` and `int`, in comparing `Literal["delay_epoch_complete"]` with `str | int | float | tuple[str | int | float, str | int | float]`
New: Operator `in` is not supported between objects of type `Literal["delay_epoch_complete"]` and `str | int | float | tuple[str | int | float, str | int | float]`
[error] unsupported-operator - :477 -
Old: Operator `in` is not supported for types `str` and `int`, in comparing `Literal["delay_iter_start"]` with `str | int | float | tuple[str | int | float, str | int | float]`
New: Operator `in` is not supported between objects of type `Literal["delay_iter_start"]` and `str | int | float | tuple[str | int | float, str | int | float]`
[error] unsupported-operator - :527 -
Old: Operator `in` is not supported for types `str` and `int`, in comparing `Literal["delay_iter_complete"]` with `str | int | float | tuple[str | int | float, str | int | float]`
New: Operator `in` is not supported between objects of type `Literal["delay_iter_complete"]` and `str | int | float | tuple[str | int | float, str | int | float]`
[error] unsupported-operator - :577 -
Old: Operator `in` is not supported for types `str` and `int`, in comparing `Literal["delay_get_batch_started"]` with `str | int | float | tuple[str | int | float, str | int | float]`
New: Operator `in` is not supported between objects of type `Literal["delay_get_batch_started"]` and `str | int | float | tuple[str | int | float, str | int | float]`
[error] unsupported-operator - :627 -
Old: Operator `in` is not supported for types `str` and `int`, in comparing `Literal["delay_get_batch_completed"]` with `str | int | float | tuple[str | int | float, str | int | float]`
New: Operator `in` is not supported between objects of type `Literal["delay_get_batch_completed"]` and `str | int | float | tuple[str | int | float, str | int | float]`
[error] unsupported-operator - :653 -
Old: Operator `in` is not supported for types `str` and `int`, in comparing `Literal["do_something_once_on_2_epoch"]` with `str | int | float | tuple[str | int | float, str | int | float]`
New: Operator `in` is not supported between objects of type `Literal["do_something_once_on_2_epoch"]` and `str | int | float | tuple[str | int | float, str | int | float]`
[error] unsupported-operator - :674 -
Old: Operator `in` is not supported for types `str` and `int`, in comparing `Literal["do_something_once_on_2_epoch"]` with `str | int | float | tuple[str | int | float, str | int | float]`
New: Operator `in` is not supported between objects of type `Literal["do_something_once_on_2_epoch"]` and `str | int | float | tuple[str | int | float, str | int | float]`
[error] unsupported-operator - :709 -
Old: Operator `in` is not supported for types `str` and `int`, in comparing `Literal["on_custom_event"]` with `str | int | float | tuple[str | int | float, str | int | float]`
New: Operator `in` is not supported between objects of type `Literal["on_custom_event"]` and `str | int | float | tuple[str | int | float, str | int | float]`

jax (https://github.com/google/jax)

jax/_src/pallas/mosaic/lowering.py

[error] unsupported-operator - :4256 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["mosaic"]` with `tuple[str, ...] | None`
New: Operator `in` is not supported between objects of type `Literal["mosaic"]` and `tuple[str, ...] | None`

jax/_src/pallas/triton/lowering.py

[error] unsupported-operator - :2565 -
Old: Operator `in` is not supported for types `Hashable` and `None`, in comparing `Hashable` with `tuple[Hashable, ...] | None`
New: Operator `in` is not supported between objects of type `Hashable` and `tuple[Hashable, ...] | None`

jax/experimental/pallas/ops/gpu/ragged_dot_mgpu.py

[error] unsupported-operator - :299 -
Old: Operator `<` is not supported for types `None` and `float`, in comparing `int | float | None` with `float`
New: Operator `<` is not supported between objects of type `int | float | None` and `float`

jax/experimental/pallas/ops/gpu/transposed_ragged_dot_mgpu.py

[error] unsupported-operator - :271 -
Old: Operator `<` is not supported for types `None` and `float`, in comparing `int | float | None` with `float`
New: Operator `<` is not supported between objects of type `int | float | None` and `float`

jinja (https://github.com/pallets/jinja)

tests/test_loader.py

[error] unsupported-operator - :94 -
Old: Operator `in` is not supported for types `tuple[ReferenceType[DictLoader], Literal["one"]]` and `None`, in comparing `tuple[ReferenceType[DictLoader], Literal["one"]]` with `Unknown | MutableMapping[tuple[ReferenceType[BaseLoader], str], Template] | None`
New: Operator `in` is not supported between objects of type `tuple[ReferenceType[DictLoader], Literal["one"]]` and `Unknown | MutableMapping[tuple[ReferenceType[BaseLoader], str], Template] | None`
[error] unsupported-operator - :95 -
Old: Operator `not in` is not supported for types `tuple[ReferenceType[DictLoader], Literal["two"]]` and `None`, in comparing `tuple[ReferenceType[DictLoader], Literal["two"]]` with `Unknown | MutableMapping[tuple[ReferenceType[BaseLoader], str], Template] | None`
New: Operator `not in` is not supported between objects of type `tuple[ReferenceType[DictLoader], Literal["two"]]` and `Unknown | MutableMapping[tuple[ReferenceType[BaseLoader], str], Template] | None`
[error] unsupported-operator - :96 -
Old: Operator `in` is not supported for types `tuple[ReferenceType[DictLoader], Literal["three"]]` and `None`, in comparing `tuple[ReferenceType[DictLoader], Literal["three"]]` with `Unknown | MutableMapping[tuple[ReferenceType[BaseLoader], str], Template] | None`
New: Operator `in` is not supported between objects of type `tuple[ReferenceType[DictLoader], Literal["three"]]` and `Unknown | MutableMapping[tuple[ReferenceType[BaseLoader], str], Template] | None`

koda-validate (https://github.com/keithasaurus/koda-validate)

koda_validate/generic.py

[error] unsupported-operator - :82 -
Old: Operator `>` is not supported for types `MinMaxT@Min` and `MinMaxT@Min`, in comparing `MinMaxT@Min` with `Unknown | MinMaxT@Min`
New: Operator `>` is not supported between objects of type `MinMaxT@Min` and `Unknown | MinMaxT@Min`
[error] unsupported-operator - :84 -
Old: Operator `>=` is not supported for types `MinMaxT@Min` and `MinMaxT@Min`, in comparing `MinMaxT@Min` with `Unknown | MinMaxT@Min`
New: Operator `>=` is not supported between objects of type `MinMaxT@Min` and `Unknown | MinMaxT@Min`
[error] unsupported-operator - :94 -
Old: Operator `<` is not supported for types `MinMaxT@Max` and `MinMaxT@Max`, in comparing `MinMaxT@Max` with `Unknown | MinMaxT@Max`
New: Operator `<` is not supported between objects of type `MinMaxT@Max` and `Unknown | MinMaxT@Max`
[error] unsupported-operator - :96 -
Old: Operator `<=` is not supported for types `MinMaxT@Max` and `MinMaxT@Max`, in comparing `MinMaxT@Max` with `Unknown | MinMaxT@Max`
New: Operator `<=` is not supported between objects of type `MinMaxT@Max` and `Unknown | MinMaxT@Max`

kopf (https://github.com/nolar/kopf)

kopf/_cogs/structs/credentials.py

[error] unsupported-operator - :161 -
Old: Operator `not in` is not supported for types `str` and `None`, in comparing `str` with `dict[str, object] | None`
New: Operator `not in` is not supported between objects of type `str` and `dict[str, object] | None`
[error] unsupported-operator - :163 -
Old: Operator `not in` is not supported for types `str` and `None`, in comparing `str` with `dict[str, object] | None`
New: Operator `not in` is not supported between objects of type `str` and `dict[str, object] | None`

kopf/_cogs/structs/references.py

[error] unsupported-operator - :304 -
Old: Operator `in` is not supported for types `str` and `Marker`, in comparing `Literal["."]` with `str | Marker | None`
New: Operator `in` is not supported between objects of type `Literal["."]` and `str | Marker | None`
[error] unsupported-operator - :309 -
Old: Operator `in` is not supported for types `str` and `Marker`, in comparing `Literal["/"]` with `str | Marker | None`
New: Operator `in` is not supported between objects of type `Literal["/"]` and `str | Marker | None`

manticore (https://github.com/trailofbits/manticore)

manticore/platforms/decree.py

[error] unsupported-operator - :914 -
Old: Operator `>` is not supported for types `int` and `None`, in comparing `Unknown | Literal[0]` with `Unknown | None`
New: Operator `>` is not supported between objects of type `Unknown | Literal[0]` and `Unknown | None`

manticore/wasm/structure.py

[error] unsupported-operator - :1580 -
Old: Operator `>=` is not supported for types `Label` and `int`, in comparing `(I32 & Expression) | (I64 & Expression) | (F32 & Expression) | ... omitted 4 union elements` with `Literal[0]`
New: Operator `>=` is not supported between objects of type `(I32 & Expression) | (I64 & Expression) | (F32 & Expression) | ... omitted 4 union elements` and `Literal[0]`
[error] unsupported-operator - :1580 -
Old: Operator `<` is not supported for types `Label` and `U32`, in comparing `(I32 & Expression) | (I64 & Expression) | (F32 & Expression) | ... omitted 4 union elements` with `U32`
New: Operator `<` is not supported between objects of type `(I32 & Expression) | (I64 & Expression) | (F32 & Expression) | ... omitted 4 union elements` and `U32`
[error] unsupported-operator - :1661 -
Old: Operator `>=` is not supported for types `Label` and `int`, in comparing `(I32 & Expression) | (I64 & Expression) | (F32 & Expression) | ... omitted 4 union elements` with `Literal[0]`
New: Operator `>=` is not supported between objects of type `(I32 & Expression) | (I64 & Expression) | (F32 & Expression) | ... omitted 4 union elements` and `Literal[0]`
[error] unsupported-operator - :1661 -
Old: Operator `<` is not supported for types `Label` and `int`, in comparing `(I32 & Expression) | (I64 & Expression) | (F32 & Expression) | ... omitted 4 union elements` with `int`
New: Operator `<` is not supported between objects of type `(I32 & Expression) | (I64 & Expression) | (F32 & Expression) | ... omitted 4 union elements` and `int`

materialize (https://github.com/MaterializeInc/materialize)

misc/python/materialize/version_list.py

[error] unsupported-operator - :625 -
Old: Operator `>` is not supported for types `object` and `int`, in comparing `object` with `Literal[0]`
New: Operator `>` is not supported between objects of type `object` and `Literal[0]`

misc/python/materialize/zippy/framework.py

[error] unsupported-operator - :75 -
Old: Operator `not in` is not supported for types `type[Capability]` and `set[type[T@_remove]]`
New: Operator `not in` is not supported between objects of type `type[Capability]` and `set[type[T@_remove]]`

meson (https://github.com/mesonbuild/meson)

mesonbuild/backend/ninjabackend.py

[error] unsupported-operator - :633 -
Old: Operator `>` is not supported for types `str` and `int`, in comparing `Unknown | str | int | list[str]` with `Literal[0]`
New: Operator `>` is not supported between objects of type `Unknown | str | int | list[str]` and `Literal[0]`
[error] unsupported-operator - :2461 -
Old: Operator `>` is not supported for types `str` and `int`, in comparing `Unknown | str | int | list[str]` with `Literal[0]`
New: Operator `>` is not supported between objects of type `Unknown | str | int | list[str]` and `Literal[0]`
[error] unsupported-operator - :2480 -
Old: Operator `>` is not supported for types `str` and `int`, in comparing `Unknown | str | int | list[str]` with `Literal[0]`
New: Operator `>` is not supported between objects of type `Unknown | str | int | list[str]` and `Literal[0]`

mesonbuild/compilers/rust.py

[error] unsupported-operator - :112 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["-beta"]` with `str | None`
New: Operator `in` is not supported between objects of type `Literal["-beta"]` and `str | None`
[error] unsupported-operator - :113 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["-nightly"]` with `str | None`
New: Operator `in` is not supported between objects of type `Literal["-nightly"]` and `str | None`

mesonbuild/dependencies/framework.py

[error] unsupported-operator - :58 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `str` with `list[str] | None`
New: Operator `in` is not supported between objects of type `str` and `list[str] | None`

mesonbuild/mformat.py

[error] unsupported-operator - :836 -
Old: Operator `>` is not supported for types `int` and `None`, in comparing `Unknown | Literal[0]` with `Unknown | int | None`
New: Operator `>` is not supported between objects of type `Unknown | Literal[0]` and `Unknown | int | None`
[error] unsupported-operator - :868 -
Old: Operator `>` is not supported for types `int` and `None`, in comparing `Unknown | Literal[0]` with `Unknown | int | None`
New: Operator `>` is not supported between objects of type `Unknown | Literal[0]` and `Unknown | int | None`

mesonbuild/options.py

[error] unsupported-operator - :202 -
Old: Operator `<` is not supported for types `str` and `None`, in comparing `tuple[str | None, MachineChoice, str]` with `tuple[str | None, MachineChoice, str]`
New: Operator `<` is not supported between two objects of type `tuple[str | None, MachineChoice, str]`
[error] unsupported-operator - :211 -
Old: Operator `<=` is not supported for types `str` and `None`, in comparing `tuple[str | None, MachineChoice, str]` with `tuple[str | None, MachineChoice, str]`
New: Operator `<=` is not supported between two objects of type `tuple[str | None, MachineChoice, str]`
[error] unsupported-operator - :220 -
Old: Operator `>` is not supported for types `str` and `None`, in comparing `tuple[str | None, MachineChoice, str]` with `tuple[str | None, MachineChoice, str]`
New: Operator `>` is not supported between two objects of type `tuple[str | None, MachineChoice, str]`
[error] unsupported-operator - :229 -
Old: Operator `>=` is not supported for types `str` and `None`, in comparing `tuple[str | None, MachineChoice, str]` with `tuple[str | None, MachineChoice, str]`
New: Operator `>=` is not supported between two objects of type `tuple[str | None, MachineChoice, str]`

test cases/common/22 object extraction/check-obj.py

[error] unsupported-operator - :19 -
Old: Operator `not in` is not supported for types `str` and `None`, in comparing `str` with `None | set[Any]`
New: Operator `not in` is not supported between objects of type `str` and `None | set[Any]`

mitmproxy (https://github.com/mitmproxy/mitmproxy)

test/mitmproxy/addons/test_clientplayback.py

[error] unsupported-operator - :175 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["live flow"]` with `str | None`
New: Operator `in` is not supported between objects of type `Literal["live flow"]` and `str | None`
[error] unsupported-operator - :179 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["intercepted flow"]` with `str | None`
New: Operator `in` is not supported between objects of type `Literal["intercepted flow"]` and `str | None`
[error] unsupported-operator - :183 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["missing request"]` with `str | None`
New: Operator `in` is not supported between objects of type `Literal["missing request"]` and `str | None`
[error] unsupported-operator - :187 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["missing content"]` with `str | None`
New: Operator `in` is not supported between objects of type `Literal["missing content"]` and `str | None`
[error] unsupported-operator - :191 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["Can only replay HTTP"]` with `str | None`
New: Operator `in` is not supported between objects of type `Literal["Can only replay HTTP"]` and `str | None`

test/mitmproxy/addons/test_cut.py

[error] unsupported-operator - :58 -
Old: Operator `in` is not supported for types `str` and `bytes`, in comparing `Literal["CERTIFICATE"]` with `str | bytes`
New: Operator `in` is not supported between objects of type `Literal["CERTIFICATE"]` and `str | bytes`
[error] unsupported-operator - :65 -
Old: Operator `in` is not supported for types `bytes` and `str`, in comparing `Literal[b"hello binary"]` with `str | bytes`
New: Operator `in` is not supported between objects of type `Literal[b"hello binary"]` and `str | bytes`
[error] unsupported-operator - :66 -
Old: Operator `in` is not supported for types `bytes` and `str`, in comparing `Literal[b"hello text"]` with `str | bytes`
New: Operator `in` is not supported between objects of type `Literal[b"hello text"]` and `str | bytes`
[error] unsupported-operator - :67 -
Old: Operator `in` is not supported for types `bytes` and `str`, in comparing `Literal[b"it's me"]` with `str | bytes`
New: Operator `in` is not supported between objects of type `Literal[b"it's me"]` and `str | bytes`
[error] unsupported-operator - :68 -
Old: Operator `in` is not supported for types `bytes` and `str`, in comparing `Literal[b"hello binary"]` with `str | bytes`
New: Operator `in` is not supported between objects of type `Literal[b"hello binary"]` and `str | bytes`
[error] unsupported-operator - :69 -
Old: Operator `in` is not supported for types `bytes` and `str`, in comparing `Literal[b"hello text"]` with `str | bytes`
New: Operator `in` is not supported between objects of type `Literal[b"hello text"]` and `str | bytes`
[error] unsupported-operator - :70 -
Old: Operator `in` is not supported for types `bytes` and `str`, in comparing `Literal[b"it's me"]` with `str | bytes`
New: Operator `in` is not supported between objects of type `Literal[b"it's me"]` and `str | bytes`

test/mitmproxy/addons/test_proxyserver.py

[error] unsupported-operator - :209 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["Request destination unknown"]` with `str | None`
New: Operator `in` is not supported between objects of type `Literal["Request destination unknown"]` and `str | None`

test/mitmproxy/test_http.py

[error] unsupported-operator - :1119 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["鏄庝集"]` with `str | None`
New: Operator `in` is not supported between objects of type `Literal["鏄庝集"]` and `str | None`
[error] unsupported-operator - :1128 -
Old: Operator `not in` is not supported for types `str` and `None`, in comparing `Literal["鏄庝集"]` with `str | None`
New: Operator `not in` is not supported between objects of type `Literal["鏄庝集"]` and `str | None`
[error] unsupported-operator - :1137 -
Old: Operator `not in` is not supported for types `str` and `None`, in comparing `Literal["鏄庝集"]` with `str | None`
New: Operator `not in` is not supported between objects of type `Literal["鏄庝集"]` and `str | None`
[error] unsupported-operator - :1146 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["鏄庝集"]` with `str | None`
New: Operator `in` is not supported between objects of type `Literal["鏄庝集"]` and `str | None`

mkosi (https://github.com/systemd/mkosi)

mkosi/__init__.py

[error] unsupported-operator - :1721 -
Old: Operator `>=` is not supported for types `GenericVersion` and `str`, in comparing `GenericVersion` with `Literal["258"]`
New: Operator `>=` is not supported between objects of type `GenericVersion` and `Literal["258"]`
[error] unsupported-operator - :1781 -
Old: Operator `>=` is not supported for types `GenericVersion` and `str`, in comparing `GenericVersion` with `Literal["256"]`
New: Operator `>=` is not supported between objects of type `GenericVersion` and `Literal["256"]`
[error] unsupported-operator - :1788 -
Old: Operator `>=` is not supported for types `GenericVersion` and `str`, in comparing `GenericVersion & ~AlwaysFalsy` with `Literal["256"]`
New: Operator `>=` is not supported between objects of type `GenericVersion & ~AlwaysFalsy` and `Literal["256"]`
[error] unsupported-operator - :3367 -
Old: Operator `>=` is not supported for types `GenericVersion` and `int`, in comparing `GenericVersion` with `Literal[256]`
New: Operator `>=` is not supported between objects of type `GenericVersion` and `Literal[256]`
[error] unsupported-operator - :3372 -
Old: Operator `>=` is not supported for types `GenericVersion` and `int`, in comparing `GenericVersion` with `Literal[258]`
New: Operator `>=` is not supported between objects of type `GenericVersion` and `Literal[258]`

mkosi/bootloader.py

[error] unsupported-operator - :739 -
Old: Operator `>=` is not supported for types `GenericVersion` and `str`, in comparing `GenericVersion` with `Literal["257"]`
New: Operator `>=` is not supported between objects of type `GenericVersion` and `Literal["257"]`

mkosi/config.py

[error] unsupported-operator - :1559 -
Old: Operator `>` is not supported for types `GenericVersion` and `str`, in comparing `GenericVersion` with `Literal["26~devel"]`
New: Operator `>` is not supported between objects of type `GenericVersion` and `Literal["26~devel"]`
[error] unsupported-operator - :1565 -
Old: Operator `>` is not supported for types `GenericVersion` and `str`, in comparing `GenericVersion` with `str & ~AlwaysFalsy`
New: Operator `>` is not supported between objects of type `GenericVersion` and `str & ~AlwaysFalsy`

mkosi/distribution/centos.py

[error] unsupported-operator - :61 -
Old: Operator `>` is not supported for types `GenericVersion` and `int`, in comparing `GenericVersion` with `Literal[9]`
New: Operator `>` is not supported between objects of type `GenericVersion` and `Literal[9]`
[error] unsupported-operator - :70 -
Old: Operator `<=` is not supported for types `GenericVersion` and `int`, in comparing `GenericVersion` with `Literal[8]`
New: Operator `<=` is not supported between objects of type `GenericVersion` and `Literal[8]`
[error] unsupported-operator - :255 -
Old: Operator `>=` is not supported for types `GenericVersion` and `int`, in comparing `GenericVersion` with `Literal[10]`
New: Operator `>=` is not supported between objects of type `GenericVersion` and `Literal[10]`

mkosi/distribution/opensuse.py

[error] unsupported-operator - :60 -
Old: Operator `>=` is not supported for types `GenericVersion` and `int`, in comparing `GenericVersion` with `Literal[16]`
New: Operator `>=` is not supported between objects of type `GenericVersion` and `Literal[16]`
[error] unsupported-operator - :224 -
Old: Operator `>=` is not supported for types `GenericVersion` and `int`, in comparing `GenericVersion` with `Literal[16]`
New: Operator `>=` is not supported between objects of type `GenericVersion` and `Literal[16]`

mkosi/qemu.py

[error] unsupported-operator - :277 -
Old: Operator `>=` is not supported for types `GenericVersion` and `str`, in comparing `GenericVersion` with `Literal["0.10.0"]`
New: Operator `>=` is not supported between objects of type `GenericVersion` and `Literal["0.10.0"]`
[error] unsupported-operator - :962 -
Old: Operator `>=` is not supported for types `GenericVersion` and `int`, in comparing `GenericVersion` with `Literal[254]`
New: Operator `>=` is not supported between objects of type `GenericVersion` and `Literal[254]`
[error] unsupported-operator - :1122 -
Old: Operator `>=` is not supported for types `GenericVersion` and `GenericVersion`
New: Operator `>=` is not supported between two objects of type `GenericVersion`
[error] unsupported-operator - :1231 -
Old: Operator `>=` is not supported for types `GenericVersion` and `GenericVersion`
New: Operator `>=` is not supported between two objects of type `GenericVersion`

mkosi/tree.py

[error] unsupported-operator - :144 -
Old: Operator `>=` is not supported for types `GenericVersion` and `str`, in comparing `GenericVersion` with `Literal["9.5"]`
New: Operator `>=` is not supported between objects of type `GenericVersion` and `Literal["9.5"]`

mongo-python-driver (https://github.com/mongodb/mongo-python-driver)

pymongo/topology_description.py

[error] unsupported-operator - :575 -
Old: Operator `<` is not supported for types `int` and `None`, in comparing `tuple[int | None, ObjectId | None]` with `tuple[int | None, ObjectId | None]`
New: Operator `<` is not supported between two objects of type `tuple[int | None, ObjectId | None]`

more-itertools (https://github.com/more-itertools/more-itertools)

more_itertools/more.py

[error] unsupported-operator - :3466 -
Old: Operator `<=` is not supported for types `None` and `int`, in comparing `Unknown | None | Literal[0]` with `int`
New: Operator `<=` is not supported between objects of type `Unknown | None | Literal[0]` and `int`
[error] unsupported-operator - :3466 -
Old: Operator `<=` is not supported for types `int` and `None`, in comparing `int` with `Unknown | None | int`
New: Operator `<=` is not supported between objects of type `int` and `Unknown | None | int`
[error] unsupported-operator - :3471 -
Old: Operator `<=` is not supported for types `None` and `int`, in comparing `Unknown | None | Literal[0]` with `int`
New: Operator `<=` is not supported between objects of type `Unknown | None | Literal[0]` and `int`
[error] unsupported-operator - :3471 -
Old: Operator `<=` is not supported for types `int` and `None`, in comparing `int` with `Unknown | None | int`
New: Operator `<=` is not supported between objects of type `int` and `Unknown | None | int`

mypy (https://github.com/python/mypy)

mypy/reachability.py

[error] unsupported-operator - :278 -
Old: Operator `<=` is not supported for types `Targ@fixed_comparison` and `Targ@fixed_comparison`
New: Operator `<=` is not supported between two objects of type `Targ@fixed_comparison`
[error] unsupported-operator - :280 -
Old: Operator `>=` is not supported for types `Targ@fixed_comparison` and `Targ@fixed_comparison`
New: Operator `>=` is not supported between two objects of type `Targ@fixed_comparison`
[error] unsupported-operator - :282 -
Old: Operator `<` is not supported for types `Targ@fixed_comparison` and `Targ@fixed_comparison`
New: Operator `<` is not supported between two objects of type `Targ@fixed_comparison`
[error] unsupported-operator - :284 -
Old: Operator `>` is not supported for types `Targ@fixed_comparison` and `Targ@fixed_comparison`
New: Operator `>` is not supported between two objects of type `Targ@fixed_comparison`

mypy/semanal.py

[error] unsupported-operator - :5599 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `str` with `SymbolTable | None`
New: Operator `in` is not supported between objects of type `str` and `SymbolTable | None`

paasta (https://github.com/yelp/paasta)

paasta_tools/cli/cmds/autoscale.py

[error] unsupported-operator - :245 -
Old: Operator `<=` is not supported for types `int` and `None`, in comparing `Literal[200]` with `Unknown | None`
New: Operator `<=` is not supported between objects of type `Literal[200]` and `Unknown | None`
[error] unsupported-operator - :245 -
Old: Operator `<=` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[299]`
New: Operator `<=` is not supported between objects of type `Unknown | None` and `Literal[299]`

paasta_tools/paastaapi/model_utils.py

[error] unsupported-operator - :275 -
Old: Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown & ~None` with `None | Unknown`
New: Operator `in` is not supported between objects of type `Unknown & ~None` and `None | Unknown`

paasta_tools/setup_prometheus_adapter_config.py

[error] unsupported-operator - :816 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["seriesQuery"]` with `dict[Unknown, Unknown] | None`
New: Operator `in` is not supported between objects of type `Literal["seriesQuery"]` and `dict[Unknown, Unknown] | None`

pandas (https://github.com/pandas-dev/pandas)

pandas/core/frame.py

[error] unsupported-operator - :2589 -
Old: Operator `in` is not supported for types `Hashable` and `None`, in comparing `Hashable` with `Unknown | None`
New: Operator `in` is not supported between objects of type `Hashable` and `Unknown | None`
[error] unsupported-operator - :2591 -
Old: Operator `in` is not supported for types `int` and `None`, in comparing `int` with `Unknown | None`
New: Operator `in` is not supported between objects of type `int` and `Unknown | None`

pandas/core/indexes/multi.py

[error] unsupported-operator - :2256 -
Old: Operator `>` is not supported for types `object` and `int`, in comparing `~None` with `Literal[0]`
New: Operator `>` is not supported between objects of type `~None` and `Literal[0]`

pandas/core/indexing.py

[error] unsupported-operator - :1445 -
Old: Operator `>` is not supported for types `object` and `int`, in comparing `object` with `Literal[1]`
New: Operator `>` is not supported between objects of type `object` and `Literal[1]`

pandas/core/missing.py

[error] unsupported-operator - :613 -
Old: Operator `<=` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[0]`
New: Operator `<=` is not supported between objects of type `Unknown | None` and `Literal[0]`

pandas/core/window/rolling.py

[error] unsupported-operator - :170 -
Old: Operator `>` is not supported for types `int` and `None`, in comparing `(Unknown & ~None) | int` with `Unknown | None`
New: Operator `>` is not supported between objects of type `(Unknown & ~None) | int` and `Unknown | None`
[error] unsupported-operator - :1141 -
Old: Operator `<` is not supported for types `None` and `int`, in comparing `(Unknown & ~BaseIndexer) | None` with `Literal[0]`
New: Operator `<` is not supported between objects of type `(Unknown & ~BaseIndexer) | None` and `Literal[0]`
[error] unsupported-operator - :2021 -
Old: Operator `<` is not supported for types `None` and `int`, in comparing `(Unknown & ~BaseIndexer) | None` with `Literal[0]`
New: Operator `<` is not supported between objects of type `(Unknown & ~BaseIndexer) | None` and `Literal[0]`

pandas/io/excel/_base.py

[error] unsupported-operator - :846 -
Old: Operator `>` is not supported for types `object` and `int`
New: Operator `>` is not supported between objects of type `object` and `int`

pandas/io/pytables.py

[error] unsupported-operator - :2092 -
Old: Operator `<` is not supported for types `None` and `None`, in comparing `Unknown | None | Literal[0]` with `Unknown | None | Literal[0]`
New: Operator `<` is not supported between two objects of type `Unknown | None | Literal[0]`

pandas/tests/config/test_config.py

[error] unsupported-operator - :96 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["doc"]` with `str | None`
New: Operator `in` is not supported between objects of type `Literal["doc"]` and `str | None`
[error] unsupported-operator - :97 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["doc2"]` with `str | None`
New: Operator `in` is not supported between objects of type `Literal["doc2"]` and `str | None`
[error] unsupported-operator - :98 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["precated"]` with `str | None`
New: Operator `in` is not supported between objects of type `Literal["precated"]` and `str | None`
[error] unsupported-operator - :99 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["doc3"]` with `str | None`
New: Operator `in` is not supported between objects of type `Literal["doc3"]` and `str | None`
[error] unsupported-operator - :100 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["doc4"]` with `str | None`
New: Operator `in` is not supported between objects of type `Literal["doc4"]` and `str | None`
[error] unsupported-operator - :104 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["available"]` with `str | None`
New: Operator `in` is not supported between objects of type `Literal["available"]` and `str | None`
[error] unsupported-operator - :105 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["available"]` with `str | None`
New: Operator `in` is not supported between objects of type `Literal["available"]` and `str | None`
[error] unsupported-operator - :106 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["precated"]` with `str | None`
New: Operator `in` is not supported between objects of type `Literal["precated"]` and `str | None`
[error] unsupported-operator - :107 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["k"]` with `str | None`
New: Operator `in` is not supported between objects of type `Literal["k"]` and `str | None`
[error] unsupported-operator - :110 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["foo"]` with `str | None`
New: Operator `in` is not supported between objects of type `Literal["foo"]` and `str | None`
[error] unsupported-operator - :112 -
Old: Operator `not in` is not supported for types `str` and `None`, in comparing `Literal["bar"]` with `str | None`
New: Operator `not in` is not supported between objects of type `Literal["bar"]` and `str | None`
[error] unsupported-operator - :114 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["bar"]` with `str | None`
New: Operator `in` is not supported between objects of type `Literal["bar"]` and `str | None`
[error] unsupported-operator - :120 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["doc"]` with `str | None`
New: Operator `in` is not supported between objects of type `Literal["doc"]` and `str | None`
[error] unsupported-operator - :343 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["doc1"]` with `str | None`
New: Operator `in` is not supported between objects of type `Literal["doc1"]` and `str | None`
[error] unsupported-operator - :344 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["doc2"]` with `str | None`
New: Operator `in` is not supported between objects of type `Literal["doc2"]` and `str | None`

pandas/tests/frame/constructors/test_from_records.py

[error] unsupported-operator - :285 -
Old: Operator `not in` is not supported for types `str` and `None`, in comparing `Literal["index"]` with `tuple[str, ...] | None`
New: Operator `not in` is not supported between objects of type `Literal["index"]` and `tuple[str, ...] | None`

pandas/tests/frame/methods/test_to_records.py

[error] unsupported-operator - :88 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["X"]` with `MappingProxyType[LiteralString, tuple[dtype[Any], int] | tuple[dtype[Any], int, Any]] | None`
New: Operator `in` is not supported between objects of type `Literal["X"]` and `MappingProxyType[LiteralString, tuple[dtype[Any], int] | tuple[dtype[Any], int, Any]] | None`
[error] unsupported-operator - :92 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["index"]` with `MappingProxyType[LiteralString, tuple[dtype[Any], int] | tuple[dtype[Any], int, Any]] | None`
New: Operator `in` is not supported between objects of type `Literal["index"]` and `MappingProxyType[LiteralString, tuple[dtype[Any], int] | tuple[dtype[Any], int, Any]] | None`

pandas/tests/indexing/test_iloc.py

[error] unsupported-operator - :825 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["0b"]` with `Unknown | str | None`
New: Operator `in` is not supported between objects of type `Literal["0b"]` and `Unknown | str | None`
[error] unsupported-operator - :832 -
Old: Operator `in` is not supported for types `None` and `str`, in comparing `Unknown | str | None` with `str`
New: Operator `in` is not supported between objects of type `Unknown | str | None` and `str`

pandas/tests/io/formats/test_format.py

[error] unsupported-operator - :353 -
Old: Operator `not in` is not supported for types `str` and `None`, in comparing `Literal[".."]` with `str | None`
New: Operator `not in` is not supported between objects of type `Literal[".."]` and `str | None`
[error] unsupported-operator - :359 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal[".."]` with `str | None`
New: Operator `in` is not supported between objects of type `Literal[".."]` and `str | None`
[error] unsupported-operator - :365 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["..."]` with `str | None`
New: Operator `in` is not supported between objects of type `Literal["..."]` and `str | None`
[error] unsupported-operator - :366 -
Old: Operator `not in` is not supported for types `str` and `None`, in comparing `Literal["<td>2</td>"]` with `str | None`
New: Operator `not in` is not supported between objects of type `Literal["<td>2</td>"]` and `str | None`
[error] unsupported-operator - :371 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["<td>5</td>"]` with `str | None`
New: Operator `in` is not supported between objects of type `Literal["<td>5</td>"]` and `str | None`
[error] unsupported-operator - :376 -
Old: Operator `not in` is not supported for types `str` and `None`, in comparing `Literal["<td>5</td>"]` with `str | None`
New: Operator `not in` is not supported between objects of type `Literal["<td>5</td>"]` and `str | None`
[error] unsupported-operator - :381 -
Old: Operator `not in` is not supported for types `str` and `None`, in comparing `Literal[".."]` with `str | None`
New: Operator `not in` is not supported between objects of type `Literal[".."]` and `str | None`
[error] unsupported-operator - :411 -
Old: Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `str | None`
New: Operator `in` is not supported between objects of type `Unknown` and `str | None`
[error] unsupported-operator - :415 -
Old: Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `str | None`
New: Operator `in` is not supported between objects of type `Unknown` and `str | None`
[error] unsupported-operator - :1160 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["5 rows"]` with `str | None`
New: Operator `in` is not supported between objects of type `Literal["5 rows"]` and `str | None`
[error] unsupported-operator - :1174 -
Old: Operator `not in` is not supported for types `str` and `None`, in comparing `Literal["5 rows"]` with `str | None`
New: Operator `not in` is not supported between objects of type `Literal["5 rows"]` and `str | None`
[error] unsupported-operator - :1188 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["5 rows"]` with `str | None`
New: Operator `in` is not supported between objects of type `Literal["5 rows"]` and `str | None`
[error] unsupported-operator - :1202 -
Old: Operator `not in` is not supported for types `str` and `None`, in comparing `Literal["5 rows"]` with `str | None`
New: Operator `not in` is not supported between objects of type `Literal["5 rows"]` and `str | None`

pandas/tests/io/formats/test_to_html.py

[error] unsupported-operator - :890 -
Old: Operator `not in` is not supported for types `str` and `None`, in comparing `Literal["&lt;class"]` with `str | None`
New: Operator `not in` is not supported between objects of type `Literal["&lt;class"]` and `str | None`
[error] unsupported-operator - :892 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["&lt;class"]` with `str | None`
New: Operator `in` is not supported between objects of type `Literal["&lt;class"]` and `str | None`
[error] unsupported-operator - :897 -
Old: Operator `not in` is not supported for types `str` and `None`, in comparing `Literal["<class"]` with `str | None`
New: Operator `not in` is not supported between objects of type `Literal["<class"]` and `str | None`
[error] unsupported-operator - :901 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["&lt;class"]` with `str | None`
New: Operator `in` is not supported between objects of type `Literal["&lt;class"]` and `str | None`
[error] unsupported-operator - :929 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["2 rows"]` with `str | None`
New: Operator `in` is not supported between objects of type `Literal["2 rows"]` and `str | None`
[error] unsupported-operator - :931 -
Old: Operator `not in` is not supported for types `str` and `None`, in comparing `Literal["2 rows"]` with `str | None`
New: Operator `not in` is not supported between objects of type `Literal["2 rows"]` and `str | None`
[error] unsupported-operator - :935 -
Old: Operator `not in` is not supported for types `str` and `None`, in comparing `Literal["tex2jax_ignore"]` with `str | None`
New: Operator `not in` is not supported between objects of type `Literal["tex2jax_ignore"]` and `str | None`
[error] unsupported-operator - :936 -
Old: Operator `not in` is not supported for types `str` and `None`, in comparing `Literal["mathjax_ignore"]` with `str | None`
New: Operator `not in` is not supported between objects of type `Literal["mathjax_ignore"]` and `str | None`
[error] unsupported-operator - :939 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["tex2jax_ignore"]` with `str | None`
New: Operator `in` is not supported between objects of type `Literal["tex2jax_ignore"]` and `str | None`
[error] unsupported-operator - :940 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["mathjax_ignore"]` with `str | None`
New: Operator `in` is not supported between objects of type `Literal["mathjax_ignore"]` and `str | None`
[error] unsupported-operator - :946 -
Old: Operator `not in` is not supported for types `str` and `None`, in comparing `Literal["..."]` with `str | None`
New: Operator `not in` is not supported between objects of type `Literal["..."]` and `str | None`
[error] unsupported-operator - :950 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["..."]` with `str | None`
New: Operator `in` is not supported between objects of type `Literal["..."]` and `str | None`
[error] unsupported-operator - :960 -
Old: Operator `not in` is not supported for types `str` and `None`, in comparing `Literal["..."]` with `str | None`
New: Operator `not in` is not supported between objects of type `Literal["..."]` and `str | None`
[error] unsupported-operator - :967 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["..."]` with `str | None`
New: Operator `in` is not supported between objects of type `Literal["..."]` and `str | None`
[error] unsupported-operator - :975 -
Old: Operator `not in` is not supported for types `str` and `None`, in comparing `Literal[".."]` with `str | None`
New: Operator `not in` is not supported between objects of type `Literal[".."]` and `str | None`
[error] unsupported-operator - :976 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `str` with `str | None`
New: Operator `in` is not supported between objects of type `str` and `str | None`
[error] unsupported-operator - :981 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal[".."]` with `str | None`
New: Operator `in` is not supported between objects of type `Literal[".."]` and `str | None`
[error] unsupported-operator - :982 -
Old: Operator `not in` is not supported for types `str` and `None`, in comparing `str` with `str | None`
New: Operator `not in` is not supported between objects of type `str` and `str | None`
[error] unsupported-operator - :983 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `str` with `str | None`
New: Operator `in` is not supported between objects of type `str` and `str | None`
[error] unsupported-operator - :984 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["2 columns"]` with `str | None`
New: Operator `in` is not supported between objects of type `Literal["2 columns"]` and `str | None`
[error] unsupported-operator - :998 -
Old: Operator `not in` is not supported for types `str` and `None`, in comparing `Literal[".."]` with `str | None`
New: Operator `not in` is not supported between objects of type `Literal[".."]` and `str | None`
[error] unsupported-operator - :999 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `str` with `str | None`
New: Operator `in` is not supported between objects of type `str` and `str | None`
[error] unsupported-operator - :1010 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal[".."]` with `str | None`
New: Operator `in` is not supported between objects of type `Literal[".."]` and `str | None`
[error] unsupported-operator - :1011 -
Old: Operator `not in` is not supported for types `str` and `None`, in comparing `Literal["<td>31</td>"]` with `str | None`
New: Operator `not in` is not supported between objects of type `Literal["<td>31</td>"]` and `str | None`
[error] unsupported-operator - :1012 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `str` with `str | None`
New: Operator `in` is not supported between objects of type `str` and `str | None`
[error] unsupported-operator - :1013 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["2 columns"]` with `str | None`
New: Operator `in` is not supported between objects of type `Literal["2 columns"]` and `str | None`
[error] unsupported-operator - :1028 -
Old: Operator `not in` is not supported for types `str` and `None`, in comparing `Literal["..."]` with `str | None`
New: Operator `not in` is not supported between objects of type `Literal["..."]` and `str | None`
[error] unsupported-operator - :1038 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["..."]` with `str | None`
New: Operator `in` is not supported between objects of type `Literal["..."]` and `str | None`
[error] unsupported-operator - :1047 -
Old: Operator `not in` is not supported for types `str` and `None`, in comparing `Literal["..."]` with `str | None`
New: Operator `not in` is not supported between objects of type `Literal["..."]` and `str | None`
[error] unsupported-operator - :1052 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["..."]` with `str | None`
New: Operator `in` is not supported between objects of type `Literal["..."]` and `str | None`

pandas/tests/reshape/merge/test_merge_index_as_string.py

[error] unsupported-operator - :97 -
Old: Operator `not in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None`
New: Operator `not in` is not supported between objects of type `Unknown` and `Unknown | None`
[error] unsupported-operator - :101 -
Old: Operator `not in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None`
New: Operator `not in` is not supported between objects of type `Unknown` and `Unknown | None`
[error] unsupported-operator - :106 -
Old: Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None`
New: Operator `in` is not supported between objects of type `Unknown` and `Unknown | None`
[error] unsupported-operator - :110 -
Old: Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None`
New: Operator `in` is not supported between objects of type `Unknown` and `Unknown | None`

pandas/tests/scalar/interval/test_arithmetic.py

[error] unsupported-operator - :177 -
Old: Operator `<` is not supported for types `Interval[int]` and `int`, in comparing `Interval[int]` with `Literal[2]`
New: Operator `<` is not supported between objects of type `Interval[int]` and `Literal[2]`
[error] unsupported-operator - :179 -
Old: Operator `<` is not supported for types `Interval[int]` and `Interval[int]`
New: Operator `<` is not supported between two objects of type `Interval[int]`
[error] unsupported-operator - :180 -
Old: Operator `<` is not supported for types `Interval[int]` and `Interval[int]`
New: Operator `<` is not supported between two objects of type `Interval[int]`
[error] unsupported-operator - :181 -
Old: Operator `<` is not supported for types `Interval[int]` and `Interval[int | float]`
New: Operator `<` is not supported between objects of type `Interval[int]` and `Interval[int | float]`
[error] unsupported-operator - :182 -
Old: Operator `<=` is not supported for types `Interval[int]` and `Interval[int]`
New: Operator `<=` is not supported between two objects of type `Interval[int]`
[error] unsupported-operator - :183 -
Old: Operator `>` is not supported for types `Interval[int]` and `Interval[int]`
New: Operator `>` is not supported between two objects of type `Interval[int]`
[error] unsupported-operator - :184 -
Old: Operator `>=` is not supported for types `Interval[int]` and `Interval[int]`
New: Operator `>=` is not supported between two objects of type `Interval[int]`

pandas/tests/scalar/interval/test_contains.py

[error] unsupported-operator - :13 -
Old: Operator `in` is not supported for types `float` and `Interval[int]`
New: Operator `in` is not supported between objects of type `float` and `Interval[int]`
[error] unsupported-operator - :23 -
Old: Operator `in` is not supported for types `float` and `Interval[int]`
New: Operator `in` is not supported between objects of type `float` and `Interval[int]`
[error] unsupported-operator - :29 -
Old: Operator `in` is not supported for types `Interval[int]` and `Interval[int]`
New: Operator `in` is not supported between two objects of type `Interval[int]`
[error] unsupported-operator - :30 -
Old: Operator `in` is not supported for types `Interval[int]` and `Interval[int]`
New: Operator `in` is not supported between two objects of type `Interval[int]`
[error] unsupported-operator - :31 -
Old: Operator `in` is not supported for types `Interval[int]` and `Interval[int]`
New: Operator `in` is not supported between two objects of type `Interval[int]`
[error] unsupported-operator - :32 -
Old: Operator `not in` is not supported for types `Interval[int]` and `Interval[int]`
New: Operator `not in` is not supported between two objects of type `Interval[int]`
[error] unsupported-operator - :37 -
Old: Operator `in` is not supported for types `Interval[int]` and `Interval[int | float]`
New: Operator `in` is not supported between objects of type `Interval[int]` and `Interval[int | float]`
[error] unsupported-operator - :38 -
Old: Operator `not in` is not supported for types `Interval[int | float]` and `Interval[int]`
New: Operator `not in` is not supported between objects of type `Interval[int | float]` and `Interval[int]`
[error] unsupported-operator - :44 -
Old: Operator `not in` is not supported for types `Interval[int]` and `Interval[int]`
New: Operator `not in` is not supported between two objects of type `Interval[int]`
[error] unsupported-operator - :45 -
Old: Operator `in` is not supported for types `Interval[int | float]` and `Interval[int]`
New: Operator `in` is not supported between objects of type `Interval[int | float]` and `Interval[int]`
[error] unsupported-operator - :46 -
Old: Operator `not in` is not supported for types `Interval[int]` and `Interval[int | float]`
New: Operator `not in` is not supported between objects of type `Interval[int]` and `Interval[int | float]`
[error] unsupported-operator - :46 -
Old: Operator `not in` is not supported for types `Interval[int | float]` and `Interval[int]`
New: Operator `not in` is not supported between objects of type `Interval[int | float]` and `Interval[int]`
[error] unsupported-operator - :47 -
Old: Operator `not in` is not supported for types `Interval[int]` and `Interval[int]`
New: Operator `not in` is not supported between two objects of type `Interval[int]`
[error] unsupported-operator - :47 -
Old: Operator `not in` is not supported for types `Interval[int]` and `Interval[int | float]`
New: Operator `not in` is not supported between objects of type `Interval[int]` and `Interval[int | float]`
[error] unsupported-operator - :69 -
Old: Operator `in` is not supported for types `Interval[int]` and `Interval[int]`
New: Operator `in` is not supported between two objects of type `Interval[int]`
[error] unsupported-operator - :73 -
Old: Operator `in` is not supported for types `Interval[int]` and `Interval[int]`
New: Operator `in` is not supported between two objects of type `Interval[int]`

pandas/tests/scalar/period/test_arithmetic.py

[error] unsupported-operator - :410 -
Old: Operator `<` is not supported for types `Period` and `Period`
New: Operator `<` is not supported between two objects of type `Period`
[error] unsupported-operator - :411 -
Old: Operator `<=` is not supported for types `Period` and `Period`
New: Operator `<=` is not supported between two objects of type `Period`
[error] unsupported-operator - :412 -
Old: Operator `>` is not supported for types `Period` and `Period`
New: Operator `>` is not supported between two objects of type `Period`
[error] unsupported-operator - :413 -
Old: Operator `>=` is not supported for types `Period` and `Period`
New: Operator `>=` is not supported between two objects of type `Period`
[error] unsupported-operator - :421 -
Old: Operator `>=` is not supported for types `Period` and `Period`
New: Operator `>=` is not supported between two objects of type `Period`
[error] unsupported-operator - :422 -
Old: Operator `<=` is not supported for types `Period` and `Period`
New: Operator `<=` is not supported between two objects of type `Period`
[error] unsupported-operator - :423 -
Old: Operator `<` is not supported for types `Period` and `Period`
New: Operator `<` is not supported between two objects of type `Period`
[error] unsupported-operator - :424 -
Old: Operator `>` is not supported for types `Period` and `Period`
New: Operator `>` is not supported between two objects of type `Period`
[error] unsupported-operator - :434 -
Old: Operator `<` is not supported for types `Period` and `Period`
New: Operator `<` is not supported between two objects of type `Period`
[error] unsupported-operator - :436 -
Old: Operator `<=` is not supported for types `Period` and `Period`
New: Operator `<=` is not supported between two objects of type `Period`
[error] unsupported-operator - :438 -
Old: Operator `>` is not supported for types `Period` and `Period`
New: Operator `>` is not supported between two objects of type `Period`
[error] unsupported-operator - :440 -
Old: Operator `>=` is not supported for types `Period` and `Period`
New: Operator `>=` is not supported between two objects of type `Period`
[error] unsupported-operator - :452 -
Old: Operator `>` is not supported for types `Period` and `int`, in comparing `Unknown | Period | int` with `Unknown | int | Period`
New: Operator `>` is not supported between objects of type `Unknown | Period | int` and `Unknown | int | Period`
[error] unsupported-operator - :454 -
Old: Operator `>=` is not supported for types `Period` and `int`, in comparing `Unknown | Period | int` with `Unknown | int | Period`
New: Operator `>=` is not supported between objects of type `Unknown | Period | int` and `Unknown | int | Period`
[error] unsupported-operator - :456 -
Old: Operator `<` is not supported for types `Period` and `int`, in comparing `Unknown | Period | int` with `Unknown | int | Period`
New: Operator `<` is not supported between objects of type `Unknown | Period | int` and `Unknown | int | Period`
[error] unsupported-operator - :458 -
Old: Operator `<=` is not supported for types `Period` and `int`, in comparing `Unknown | Period | int` with `Unknown | int | Period`
New: Operator `<=` is not supported between objects of type `Unknown | Period | int` and `Unknown | int | Period`
[error] unsupported-operator - :471 -
Old: Operator `<` is not supported for types `Period` and `Period`, in comparing `Unknown | NaTType | Period | Timestamp` with `Unknown | Period | NaTType | Timestamp`
New: Operator `<` is not supported between objects of type `Unknown | NaTType | Period | Timestamp` and `Unknown | Period | NaTType | Timestamp`
[error] unsupported-operator - :472 -
Old: Operator `>` is not supported for types `Period` and `Period`, in comparing `Unknown | NaTType | Period | Timestamp` with `Unknown | Period | NaTType | Timestamp`
New: Operator `>` is not supported between objects of type `Unknown | NaTType | Period | Timestamp` and `Unknown | Period | NaTType | Timestamp`
[error] unsupported-operator - :475 -
Old: Operator `<=` is not supported for types `Period` and `Period`, in comparing `Unknown | NaTType | Period | Timestamp` with `Unknown | Period | NaTType | Timestamp`
New: Operator `<=` is not supported between objects of type `Unknown | NaTType | Period | Timestamp` and `Unknown | Period | NaTType | Timestamp`
[error] unsupported-operator - :476 -
Old: Operator `>=` is not supported for types `Period` and `Period`, in comparing `Unknown | NaTType | Period | Timestamp` with `Unknown | Period | NaTType | Timestamp`
New: Operator `>=` is not supported between objects of type `Unknown | NaTType | Period | Timestamp` and `Unknown | Period | NaTType | Timestamp`

pandas/tests/scalar/period/test_asfreq.py

[error] unsupported-operator - :38 -
Old: Operator `>=` is not supported for types `Period` and `Period`
New: Operator `>=` is not supported between two objects of type `Period`
[error] unsupported-operator - :39 -
Old: Operator `<=` is not supported for types `Period` and `Period`, in comparing `Period` with `Period | BaseOffset`
New: Operator `<=` is not supported between objects of type `Period` and `Period | BaseOffset`

pandas/tests/scalar/timedelta/test_arithmetic.py

[error] unsupported-operator - :1190 -
Old: Operator `>` is not supported for types `Timedelta` and `str`, in comparing `Unknown | Timedelta | str` with `Unknown | str | Timedelta`
New: Operator `>` is not supported between objects of type `Unknown | Timedelta | str` and `Unknown | str | Timedelta`

pandas-stubs (https://github.com/pandas-dev/pandas-stubs)

tests/scalars/test_scalars.py

[error] unsupported-operator - :316 -
Old: Operator `in` is not supported for types `int` and `Interval[float]`, in comparing `Literal[1]` with `Interval[float]`
New: Operator `in` is not supported between objects of type `Literal[1]` and `Interval[float]`

tests/series/test_series.py

[error] unsupported-operator - :266 -
Old: Operator `>` is not supported for types `Series[dict[Unknown | str, Unknown | list[Unknown | int]]]` and `Series[dict[Unknown | str, Unknown | list[Unknown | int]]]`
New: Operator `>` is not supported between two objects of type `Series[dict[Unknown | str, Unknown | list[Unknown | int]]]`
[error] unsupported-operator - :267 -
Old: Operator `>=` is not supported for types `Series[dict[Unknown | str, Unknown | list[Unknown | int]]]` and `Series[dict[Unknown | str, Unknown | list[Unknown | int]]]`
New: Operator `>=` is not supported between two objects of type `Series[dict[Unknown | str, Unknown | list[Unknown | int]]]`
[error] unsupported-operator - :268 -
Old: Operator `<` is not supported for types `Series[dict[Unknown | str, Unknown | list[Unknown | int]]]` and `Series[dict[Unknown | str, Unknown | list[Unknown | int]]]`
New: Operator `<` is not supported between two objects of type `Series[dict[Unknown | str, Unknown | list[Unknown | int]]]`
[error] unsupported-operator - :269 -
Old: Operator `<=` is not supported for types `Series[dict[Unknown | str, Unknown | list[Unknown | int]]]` and `Series[dict[Unknown | str, Unknown | list[Unknown | int]]]`
New: Operator `<=` is not supported between two objects of type `Series[dict[Unknown | str, Unknown | list[Unknown | int]]]`
[error] unsupported-operator - :1874 -
Old: Operator `>` is not supported for types `Series[list[Unknown | bytes]]` and `bytes`, in comparing `Series[list[Unknown | bytes]]` with `Literal[b"def"]`
New: Operator `>` is not supported between objects of type `Series[list[Unknown | bytes]]` and `Literal[b"def"]`
[error] unsupported-operator - :1875 -
Old: Operator `<` is not supported for types `Series[list[Unknown | bytes]]` and `bytes`, in comparing `Series[list[Unknown | bytes]]` with `Literal[b"def"]`
New: Operator `<` is not supported between objects of type `Series[list[Unknown | bytes]]` and `Literal[b"def"]`
[error] unsupported-operator - :1876 -
Old: Operator `<=` is not supported for types `Series[list[Unknown | bytes]]` and `bytes`, in comparing `Series[list[Unknown | bytes]]` with `Literal[b"def"]`
New: Operator `<=` is not supported between objects of type `Series[list[Unknown | bytes]]` and `Literal[b"def"]`
[error] unsupported-operator - :1877 -
Old: Operator `>=` is not supported for types `Series[list[Unknown | bytes]]` and `bytes`, in comparing `Series[list[Unknown | bytes]]` with `Literal[b"def"]`
New: Operator `>=` is not supported between objects of type `Series[list[Unknown | bytes]]` and `Literal[b"def"]`
[error] unsupported-operator - :1924 -
Old: Operator `>` is not supported for types `Series[list[Unknown | int | float | complex]]` and `int`, in comparing `Series[list[Unknown | int | float | complex]]` with `int | float | complex`
New: Operator `>` is not supported between objects of type `Series[list[Unknown | int | float | complex]]` and `int | float | complex`
[error] unsupported-operator - :1925 -
Old: Operator `<` is not supported for types `Series[list[Unknown | int | float | complex]]` and `int`, in comparing `Series[list[Unknown | int | float | complex]]` with `int | float | complex`
New: Operator `<` is not supported between objects of type `Series[list[Unknown | int | float | complex]]` and `int | float | complex`
[error] unsupported-operator - :1926 -
Old: Operator `<=` is not supported for types `Series[list[Unknown | int | float | complex]]` and `int`, in comparing `Series[list[Unknown | int | float | complex]]` with `int | float | complex`
New: Operator `<=` is not supported between objects of type `Series[list[Unknown | int | float | complex]]` and `int | float | complex`
[error] unsupported-operator - :1927 -
Old: Operator `>=` is not supported for types `Series[list[Unknown | int | float | complex]]` and `int`, in comparing `Series[list[Unknown | int | float | complex]]` with `int | float | complex`
New: Operator `>=` is not supported between objects of type `Series[list[Unknown | int | float | complex]]` and `int | float | complex`

tests/test_interval.py

[error] unsupported-operator - :115 -
Old: Operator `in` is not supported for types `float` and `Interval[float]`
New: Operator `in` is not supported between objects of type `float` and `Interval[float]`

pandera (https://github.com/pandera-dev/pandera)

pandera/backends/pandas/error_formatters.py

[error] unsupported-operator - :198 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["column"]` with `Unknown | None`
New: Operator `in` is not supported between objects of type `Literal["column"]` and `Unknown | None`

tests/io/test_pandas_io.py

[error] unsupported-operator - :1574 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["ordered"]` with `str | None`
New: Operator `in` is not supported between objects of type `Literal["ordered"]` and `str | None`

tests/pandas/test_errors.py

[error] unsupported-operator - :304 -
Old: Operator `in` is not supported for types `None` and `str`, in comparing `Unknown | None` with `str`
New: Operator `in` is not supported between objects of type `Unknown | None` and `str`

pip (https://github.com/pypa/pip)

src/pip/_internal/network/auth.py

[error] unsupported-operator - :557 -
Old: Operator `<` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[400]`
New: Operator `<` is not supported between objects of type `Unknown | None` and `Literal[400]`

src/pip/_internal/network/utils.py

[error] unsupported-operator - :45 -
Old: Operator `<=` is not supported for types `int` and `None`, in comparing `Literal[400]` with `Unknown | None`
New: Operator `<=` is not supported between objects of type `Literal[400]` and `Unknown | None`
[error] unsupported-operator - :45 -
Old: Operator `<` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[500]`
New: Operator `<` is not supported between objects of type `Unknown | None` and `Literal[500]`
[error] unsupported-operator - :50 -
Old: Operator `<=` is not supported for types `int` and `None`, in comparing `Literal[500]` with `Unknown | None`
New: Operator `<=` is not supported between objects of type `Literal[500]` and `Unknown | None`
[error] unsupported-operator - :50 -
Old: Operator `<` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[600]`
New: Operator `<` is not supported between objects of type `Unknown | None` and `Literal[600]`

src/pip/_vendor/cachecontrol/controller.py

[error] unsupported-operator - :149 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["Range"]` with `Unknown | None | CaseInsensitiveDict`
New: Operator `in` is not supported between objects of type `Literal["Range"]` and `Unknown | None | CaseInsensitiveDict`

src/pip/_vendor/requests/models.py

[error] unsupported-operator - :567 -
Old: Operator `not in` is not supported for types `str` and `None`, in comparing `Literal["content-type"]` with `Unknown | None | CaseInsensitiveDict`
New: Operator `not in` is not supported between objects of type `Literal["content-type"]` and `Unknown | None | CaseInsensitiveDict`
[error] unsupported-operator - :1015 -
Old: Operator `<=` is not supported for types `int` and `None`, in comparing `Literal[400]` with `Unknown | None`
New: Operator `<=` is not supported between objects of type `Literal[400]` and `Unknown | None`
[error] unsupported-operator - :1015 -
Old: Operator `<` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[500]`
New: Operator `<` is not supported between objects of type `Unknown | None` and `Literal[500]`
[error] unsupported-operator - :1020 -
Old: Operator `<=` is not supported for types `int` and `None`, in comparing `Literal[500]` with `Unknown | None`
New: Operator `<=` is not supported between objects of type `Literal[500]` and `Unknown | None`
[error] unsupported-operator - :1020 -
Old: Operator `<` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[600]`
New: Operator `<` is not supported between objects of type `Unknown | None` and `Literal[600]`

src/pip/_vendor/rich/prompt.py

[error] unsupported-operator - :361 -
Old: Operator `not in` is not supported for types `str` and `None`, in comparing `str` with `list[str] | None`
New: Operator `not in` is not supported between objects of type `str` and `list[str] | None`

src/pip/_vendor/urllib3/util/retry.py

[error] unsupported-operator - :466 -
Old: Operator `not in` is not supported for types `Unknown` and `object`, in comparing `Unknown` with `~AlwaysFalsy`
New: Operator `not in` is not supported between objects of type `Unknown` and `~AlwaysFalsy`

prefect (https://github.com/PrefectHQ/prefect)

src/prefect/server/api/task_runs.py

[error] unsupported-operator - :159 -
Old: Operator `<` is not supported for types `int` and `timedelta`, in comparing `int | float` with `timedelta`
New: Operator `<` is not supported between objects of type `int | float` and `timedelta`

src/prefect/settings/sources.py

[error] unsupported-operator - :118 -
Old: Operator `not in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `list[str] | None`
New: Operator `not in` is not supported between objects of type `Unknown` and `list[str] | None`

pwndbg (https://github.com/pwndbg/pwndbg)

pwndbg/aglib/heap/ptmalloc.py

[error] unsupported-operator - :766 -
Old: Operator `not in` is not supported for types `int` and `None`, in comparing `int | None` with `Page | None`
New: Operator `not in` is not supported between objects of type `int | None` and `Page | None`
[error] unsupported-operator - :1119 -
Old: Operator `>=` is not supported for types `None` and `tuple[Literal[2], Literal[26]]`, in comparing `Unknown | None` with `tuple[Literal[2], Literal[26]]`
New: Operator `>=` is not supported between objects of type `Unknown | None` and `tuple[Literal[2], Literal[26]]`
[error] unsupported-operator - :1255 -
Old: Operator `>=` is not supported for types `None` and `tuple[Literal[2], Literal[42]]`, in comparing `Unknown | None` with `tuple[Literal[2], Literal[42]]`
New: Operator `>=` is not supported between objects of type `Unknown | None` and `tuple[Literal[2], Literal[42]]`
[error] unsupported-operator - :1280 -
Old: Operator `>=` is not supported for types `None` and `tuple[Literal[2], Literal[42]]`, in comparing `Unknown | None` with `tuple[Literal[2], Literal[42]]`
New: Operator `>=` is not supported between objects of type `Unknown | None` and `tuple[Literal[2], Literal[42]]`
[error] unsupported-operator - :1873 -
Old: Operator `>=` is not supported for types `None` and `tuple[Literal[2], Literal[26]]`, in comparing `Unknown | None` with `tuple[Literal[2], Literal[26]]`
New: Operator `>=` is not supported between objects of type `Unknown | None` and `tuple[Literal[2], Literal[26]]`

pwndbg/aglib/heap/structs.py

[error] unsupported-operator - :35 -
Old: Operator `>=` is not supported for types `None` and `tuple[Literal[2], Literal[26]]`, in comparing `Unknown | None` with `tuple[Literal[2], Literal[26]]`
New: Operator `>=` is not supported between objects of type `Unknown | None` and `tuple[Literal[2], Literal[26]]`
[error] unsupported-operator - :450 -
Old: Operator `>=` is not supported for types `None` and `tuple[Literal[2], Literal[27]]`, in comparing `Unknown | None` with `tuple[Literal[2], Literal[27]]`
New: Operator `>=` is not supported between objects of type `Unknown | None` and `tuple[Literal[2], Literal[27]]`
[error] unsupported-operator - :452 -
Old: Operator `>=` is not supported for types `None` and `tuple[Literal[2], Literal[23]]`, in comparing `Unknown | None` with `tuple[Literal[2], Literal[23]]`
New: Operator `>=` is not supported between objects of type `Unknown | None` and `tuple[Literal[2], Literal[23]]`
[error] unsupported-operator - :598 -
Old: Operator `>=` is not supported for types `None` and `tuple[Literal[2], Literal[42]]`, in comparing `Unknown | None` with `tuple[Literal[2], Literal[42]]`
New: Operator `>=` is not supported between objects of type `Unknown | None` and `tuple[Literal[2], Literal[42]]`
[error] unsupported-operator - :600 -
Old: Operator `>=` is not supported for types `None` and `tuple[Literal[2], Literal[30]]`, in comparing `Unknown | None` with `tuple[Literal[2], Literal[30]]`
New: Operator `>=` is not supported between objects of type `Unknown | None` and `tuple[Literal[2], Literal[30]]`
[error] unsupported-operator - :644 -
Old: Operator `>=` is not supported for types `None` and `tuple[Literal[2], Literal[29]]`, in comparing `Unknown | None` with `tuple[Literal[2], Literal[29]]`
New: Operator `>=` is not supported between objects of type `Unknown | None` and `tuple[Literal[2], Literal[29]]`
[error] unsupported-operator - :957 -
Old: Operator `>=` is not supported for types `None` and `tuple[Literal[2], Literal[35]]`, in comparing `Unknown | None` with `tuple[Literal[2], Literal[35]]`
New: Operator `>=` is not supported between objects of type `Unknown | None` and `tuple[Literal[2], Literal[35]]`
[error] unsupported-operator - :959 -
Old: Operator `>=` is not supported for types `None` and `tuple[Literal[2], Literal[26]]`, in comparing `Unknown | None` with `tuple[Literal[2], Literal[26]]`
New: Operator `>=` is not supported between objects of type `Unknown | None` and `tuple[Literal[2], Literal[26]]`
[error] unsupported-operator - :961 -
Old: Operator `>=` is not supported for types `None` and `tuple[Literal[2], Literal[24]]`, in comparing `Unknown | None` with `tuple[Literal[2], Literal[24]]`
New: Operator `>=` is not supported between objects of type `Unknown | None` and `tuple[Literal[2], Literal[24]]`
[error] unsupported-operator - :963 -
Old: Operator `>=` is not supported for types `None` and `tuple[Literal[2], Literal[15]]`, in comparing `Unknown | None` with `tuple[Literal[2], Literal[15]]`
New: Operator `>=` is not supported between objects of type `Unknown | None` and `tuple[Literal[2], Literal[15]]`

pwndbg/aglib/nearpc.py

[error] unsupported-operator - :304 -
Old: Operator `>` is not supported for types `Parameter` and `int`, in comparing `Parameter` with `Literal[0]`
New: Operator `>` is not supported between objects of type `Parameter` and `Literal[0]`
[error] unsupported-operator - :310 -
Old: Operator `>` is not supported for types `Parameter` and `int`, in comparing `Parameter` with `Literal[0]`
New: Operator `>` is not supported between objects of type `Parameter` and `Literal[0]`

pwndbg/commands/context.py

[error] unsupported-operator - :360 -
Old: Operator `<=` is not supported for types `Parameter` and `int`, in comparing `Parameter` with `Literal[0]`
New: Operator `<=` is not supported between objects of type `Parameter` and `Literal[0]`
[error] unsupported-operator - :375 -
Old: Operator `<=` is not supported for types `Parameter` and `int`, in comparing `Parameter` with `Literal[0]`
New: Operator `<=` is not supported between objects of type `Parameter` and `Literal[0]`
[error] unsupported-operator - :730 -
Old: Operator `<=` is not supported for types `Parameter` and `int`, in comparing `Parameter` with `Literal[0]`
New: Operator `<=` is not supported between objects of type `Parameter` and `Literal[0]`
[error] unsupported-operator - :1185 -
Old: Operator `>` is not supported for types `Parameter` and `int`, in comparing `Parameter` with `Literal[0]`
New: Operator `>` is not supported between objects of type `Parameter` and `Literal[0]`

pwndbg/commands/plist.py

[error] unsupported-operator - :212 -
Old: Operator `<=` is not supported for types `None` and `int`, in comparing `int | None` with `Literal[0]`
New: Operator `<=` is not supported between objects of type `int | None` and `Literal[0]`

pwndbg/commands/ptmalloc2.py

[error] unsupported-operator - :96 -
Old: Operator `<=` is not supported for types `None` and `int`, in comparing `None | Unknown | int` with `Literal[7]`
New: Operator `<=` is not supported between objects of type `None | Unknown | int` and `Literal[7]`
[error] unsupported-operator - :854 -
Old: Operator `<` is not supported for types `int` and `object`
New: Operator `<` is not supported between objects of type `int` and `object`

pwndbg/commands/telescope.py

[error] unsupported-operator - :218 -
Old: Operator `>=` is not supported for types `int` and `Parameter`
New: Operator `>=` is not supported between objects of type `int` and `Parameter`

pwndbg/dbg/gdb/__init__.py

[error] unsupported-operator - :156 -
Old: Operator `not in` is not supported for types `str` and `None`
New: Operator `not in` is not supported between objects of type `str` and `None`

pwndbg/dbg/lldb/__init__.py

[error] unsupported-operator - :147 -
Old: Operator `not in` is not supported for types `str` and `None`
New: Operator `not in` is not supported between objects of type `str` and `None`

pwndbg/dbg/lldb/pset.py

[error] unsupported-operator - :74 -
Old: Operator `not in` is not supported for types `str` and `None`, in comparing `str` with `Unknown | Sequence[str] | None`
New: Operator `not in` is not supported between objects of type `str` and `Unknown | Sequence[str] | None`

pwndbg/glibc.py

[error] unsupported-operator - :203 -
Old: Operator `>=` is not supported for types `None` and `tuple[Literal[2], Literal[32]]`, in comparing `Unknown | None` with `tuple[Literal[2], Literal[32]]`
New: Operator `>=` is not supported between objects of type `Unknown | None` and `tuple[Literal[2], Literal[32]]`

pwndbg/integration/ida.py

[error] unsupported-operator - :625 -
Old: Operator `<` is not supported for types `int` and `None`, in comparing `Literal[0]` with `Unknown | None`
New: Operator `<` is not supported between objects of type `Literal[0]` and `Unknown | None`

pycryptodome (https://github.com/Legrandin/pycryptodome)

lib/Crypto/PublicKey/RSA.py

[error] unsupported-operator - :657 -
Old: Operator `<=` is not supported for types `object` and `int`, in comparing `object` with `Literal[1]`
New: Operator `<=` is not supported between objects of type `object` and `Literal[1]`
[error] unsupported-operator - :675 -
Old: Operator `<=` is not supported for types `object` and `int`, in comparing `object` with `Literal[1]`
New: Operator `<=` is not supported between objects of type `object` and `Literal[1]`
[error] unsupported-operator - :675 -
Old: Operator `>=` is not supported for types `object` and `object`
New: Operator `>=` is not supported between two objects of type `object`

pydantic (https://github.com/pydantic/pydantic)

pydantic/v1/json.py

[error] unsupported-operator - :38 -
Old: Operator `>=` is not supported for types `str` and `int`, in comparing `int | Literal["n", "N", "F"]` with `Literal[0]`
New: Operator `>=` is not supported between objects of type `int | Literal["n", "N", "F"]` and `Literal[0]`

pylint (https://github.com/pycqa/pylint)

pylint/checkers/unicode.py

[error] unsupported-operator - :171 -
Old: Operator `not in` is not supported for types `_StrLike@_map_positions_to_result` and `_StrLike@_map_positions_to_result`
New: Operator `not in` is not supported between two objects of type `_StrLike@_map_positions_to_result`

pyodide (https://github.com/pyodide/pyodide)

pyodide-build/pyodide_build/tests/test_venv.py

[error] unsupported-operator - :112 -
Old: Operator `in` is not supported for types `Unknown` and `None`
New: Operator `in` is not supported between objects of type `Unknown` and `None`

pytest (https://github.com/pytest-dev/pytest)

testing/test_assertrewrite.py

[error] unsupported-operator - :140 -
Old: Operator `<=` is not supported for types `int` and `None`, in comparing `tuple[Literal[3], Literal[0]]` with `Unknown | tuple[int | None, int | None]`
New: Operator `<=` is not supported between objects of type `tuple[Literal[3], Literal[0]]` and `Unknown | tuple[int | None, int | None]`
[error] unsupported-operator - :140 -
Old: Operator `<=` is not supported for types `None` and `int`, in comparing `Unknown | tuple[int | None, int | None]` with `tuple[Literal[6], Literal[3]]`
New: Operator `<=` is not supported between objects of type `Unknown | tuple[int | None, int | None]` and `tuple[Literal[6], Literal[3]]`

python-chess (https://github.com/niklasf/python-chess)

chess/engine.py

[error] unsupported-operator - :506 -
Old: Operator `<` is not supported for types `int` and `None`, in comparing `tuple[bool, bool, bool, int, int | None]` with `tuple[bool, bool, bool, int, int | None]`
New: Operator `<` is not supported between two objects of type `tuple[bool, bool, bool, int, int | None]`
[error] unsupported-operator - :512 -
Old: Operator `<=` is not supported for types `int` and `None`, in comparing `tuple[bool, bool, bool, int, int | None]` with `tuple[bool, bool, bool, int, int | None]`
New: Operator `<=` is not supported between two objects of type `tuple[bool, bool, bool, int, int | None]`
[error] unsupported-operator - :518 -
Old: Operator `>` is not supported for types `int` and `None`, in comparing `tuple[bool, bool, bool, int, int | None]` with `tuple[bool, bool, bool, int, int | None]`
New: Operator `>` is not supported between two objects of type `tuple[bool, bool, bool, int, int | None]`
[error] unsupported-operator - :524 -
Old: Operator `>=` is not supported for types `int` and `None`, in comparing `tuple[bool, bool, bool, int, int | None]` with `tuple[bool, bool, bool, int, int | None]`
New: Operator `>=` is not supported between two objects of type `tuple[bool, bool, bool, int, int | None]`

pywin32 (https://github.com/mhammond/pywin32)

Pythonwin/pywin/Demos/app/customprint.py

[error] unsupported-operator - :154 -
Old: Operator `<=` is not supported for types `str` and `int`, in comparing `str` with `Literal[0]`
New: Operator `<=` is not supported between objects of type `str` and `Literal[0]`

Pythonwin/pywin/framework/editor/editor.py

[error] unsupported-operator - :410 -
Old: Operator `>` is not supported for types `Match[str]` and `int`, in comparing `Match[str] | None` with `Literal[0]`
New: Operator `>` is not supported between objects of type `Match[str] | None` and `Literal[0]`

Pythonwin/pywin/scintilla/bindings.py

[error] unsupported-operator - :92 -
Old: Operator `not in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | dict[Unknown, Unknown] | None`
New: Operator `not in` is not supported between objects of type `Unknown` and `Unknown | dict[Unknown, Unknown] | None`

com/win32com/makegw/makegwparse.py

[error] unsupported-operator - :873 -
Old: Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None | list[str]`
New: Operator `in` is not supported between objects of type `Unknown` and `Unknown | None | list[str]`

com/win32comext/shell/demos/servers/context_menu.py

[error] unsupported-operator - :34 -
Old: Operator `>` is not supported for types `str` and `int`, in comparing `str` with `Literal[1]`
New: Operator `>` is not supported between objects of type `str` and `Literal[1]`

rich (https://github.com/Textualize/rich)

rich/prompt.py

[error] unsupported-operator - :361 -
Old: Operator `not in` is not supported for types `str` and `None`, in comparing `str` with `list[str] | None`
New: Operator `not in` is not supported between objects of type `str` and `list[str] | None`

rotki (https://github.com/rotki/rotki)

rotkehlchen/tests/db/test_db.py

[error] unsupported-operator - :1603 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["0xd36029d76af6fE4A356528e4Dc66B2C18123597D"]` with `tuple[ChecksumAddress, ...] | None`
New: Operator `in` is not supported between objects of type `Literal["0xd36029d76af6fE4A356528e4Dc66B2C18123597D"]` and `tuple[ChecksumAddress, ...] | None`

rotkehlchen/tests/db/test_history_events.py

[error] unsupported-operator - :314 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["was the last event of a transaction"]` with `str | None`
New: Operator `in` is not supported between objects of type `Literal["was the last event of a transaction"]` and `str | None`

rotkehlchen/tests/unit/globaldb/test_globaldb.py

[error] unsupported-operator - :1002 -
Old: Operator `>=` is not supported for types `Timestamp` and `None`, in comparing `Timestamp` with `Timestamp | None`
New: Operator `>=` is not supported between objects of type `Timestamp` and `Timestamp | None`
[error] unsupported-operator - :1002 -
Old: Operator `>=` is not supported for types `None` and `Timestamp`, in comparing `Timestamp | None` with `Timestamp`
New: Operator `>=` is not supported between objects of type `Timestamp | None` and `Timestamp`

rotkehlchen/tests/utils/blockchain.py

[error] unsupported-operator - :636 -
Old: Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `list[ChecksumAddress] | None`
New: Operator `in` is not supported between objects of type `Unknown` and `list[ChecksumAddress] | None`
[error] unsupported-operator - :641 -
Old: Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `list[ChecksumAddress] | None`
New: Operator `in` is not supported between objects of type `Unknown` and `list[ChecksumAddress] | None`

scikit-build-core (https://github.com/scikit-build/scikit-build-core)

src/scikit_build_core/_logging.py

[warning] unsupported-base - :153:13 - Unsupported class base with type `<class 'Mapping[str, Style]'> | <class 'Mapping[str, Divergent]'>`

scikit-learn (https://github.com/scikit-learn/scikit-learn)

sklearn/cluster/_hdbscan/hdbscan.py

[error] unsupported-operator - :131 -
Old: Operator `>` is not supported for types `tuple[int, Any]` and `int`, in comparing `tuple[int, Any]` with `Literal[1]`
New: Operator `>` is not supported between objects of type `tuple[int, Any]` and `Literal[1]`

sklearn/decomposition/_dict_learning.py

[error] unsupported-operator - :2069 -
Old: Operator `<=` is not supported for types `None` and `int`, in comparing `Unknown | None` with `int`
New: Operator `<=` is not supported between objects of type `Unknown | None` and `int`

sklearn/decomposition/_nmf.py

[error] unsupported-operator - :138 -
Old: Operator `>` is not supported for types `memoryview[int]` and `floating[Any]`, in comparing `Unknown | memoryview[int] | ndarray[tuple[int], dtype[Unknown]]` with `floating[Any]`
New: Operator `>` is not supported between objects of type `Unknown | memoryview[int] | ndarray[tuple[int], dtype[Unknown]]` and `floating[Any]`

sklearn/ensemble/_hist_gradient_boosting/utils.py

[error] unsupported-operator - :69 -
Old: Operator `>` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[2]`
New: Operator `>` is not supported between objects of type `Unknown | None` and `Literal[2]`

sklearn/feature_selection/_univariate_selection.py

[error] unsupported-operator - :886 -
Old: Operator `<` is not supported for types `None` and `float`, in comparing `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]] | None` with `Unknown | float`
New: Operator `<` is not supported between objects of type `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]] | None` and `Unknown | float`
[error] unsupported-operator - :1052 -
Old: Operator `<` is not supported for types `None` and `int`, in comparing `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]] | None` with `Unknown | int | float`
New: Operator `<` is not supported between objects of type `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]] | None` and `Unknown | int | float`

sklearn/linear_model/_omp.py

[error] unsupported-operator - :602 -
Old: Operator `<=` is not supported for types `None` and `int`, in comparing `Unknown | None | int` with `Literal[0]`
New: Operator `<=` is not supported between objects of type `Unknown | None | int` and `Literal[0]`
[error] unsupported-operator - :604 -
Old: Operator `>` is not supported for types `None` and `int`, in comparing `Unknown | None | int` with `int`
New: Operator `>` is not supported between objects of type `Unknown | None | int` and `int`

sklearn/model_selection/_split.py

[error] unsupported-operator - :2449 -
Old: Operator `<=` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[0]`
New: Operator `<=` is not supported between objects of type `Unknown | None` and `Literal[0]`
[error] unsupported-operator - :2450 -
Old: Operator `<=` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[0]`
New: Operator `<=` is not supported between objects of type `Unknown | None` and `Literal[0]`
[error] unsupported-operator - :2450 -
Old: Operator `>=` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[1]`
New: Operator `>=` is not supported between objects of type `Unknown | None` and `Literal[1]`

sklearn/model_selection/tests/test_search.py

[error] unsupported-operator - :2516 -
Old: Operator `>` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[0]`
New: Operator `>` is not supported between objects of type `Unknown | None` and `Literal[0]`

sklearn/preprocessing/_encoders.py

[error] unsupported-operator - :1540 -
Old: Operator `<=` is not supported for types `int` and `None`, in comparing `Literal[0]` with `Unknown | None`
New: Operator `<=` is not supported between objects of type `Literal[0]` and `Unknown | None`
[error] unsupported-operator - :1540 -
Old: Operator `<` is not supported for types `None` and `int`, in comparing `Unknown | None` with `int | Unknown`
New: Operator `<` is not supported between objects of type `Unknown | None` and `int | Unknown`

scipy (https://github.com/scipy/scipy)

scipy/_lib/pyprima/pyprima/src/pyprima/cobyla/cobyla.py

[error] unsupported-operator - :293 -
Old: Operator `>` is not supported for types `None` and `floating[Any]`, in comparing `Unknown | None` with `floating[Any]`
New: Operator `>` is not supported between objects of type `Unknown | None` and `floating[Any]`
[error] unsupported-operator - :294 -
Old: Operator `<` is not supported for types `None` and `floating[Any]`, in comparing `Unknown | None` with `floating[Any]`
New: Operator `<` is not supported between objects of type `Unknown | None` and `floating[Any]`
[error] unsupported-operator - :381 -
Old: Operator `>` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[0]`
New: Operator `>` is not supported between objects of type `Unknown | None` and `Literal[0]`
[error] unsupported-operator - :388 -
Old: Operator `>` is not supported for types `None` and `int`, in comparing `Unknown | None | Literal[1]` with `Literal[0]`
New: Operator `>` is not supported between objects of type `Unknown | None | Literal[1]` and `Literal[0]`
[error] unsupported-operator - :397 -
Old: Operator `<` is not supported for types `int` and `None`, in comparing `Literal[0]` with `Unknown | None`
New: Operator `<` is not supported between objects of type `Literal[0]` and `Unknown | None`
[error] unsupported-operator - :397 -
Old: Operator `<` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[1]`
New: Operator `<` is not supported between objects of type `Unknown | None` and `Literal[1]`
[error] unsupported-operator - :404 -
Old: Operator `<` is not supported for types `int` and `None`, in comparing `Literal[0]` with `Unknown | None | floating[Any] | float`
New: Operator `<` is not supported between objects of type `Literal[0]` and `Unknown | None | floating[Any] | float`
[error] unsupported-operator - :404 -
Old: Operator `<` is not supported for types `None` and `int`, in comparing `Unknown | None | floating[Any] | float` with `Literal[1]`
New: Operator `<` is not supported between objects of type `Unknown | None | floating[Any] | float` and `Literal[1]`

scipy/_lib/pyprima/pyprima/src/pyprima/cobyla/geometry.py

[error] unsupported-operator - :155 -
Old: Operator `<=` is not supported for types `None` and `int`, in comparing `None | signedinteger[_64Bit]` with `int`
New: Operator `<=` is not supported between objects of type `None | signedinteger[_64Bit]` and `int`
[error] unsupported-operator - :156 -
Old: Operator `>=` is not supported for types `None` and `int`, in comparing `None | signedinteger[_64Bit]` with `Literal[0]`
New: Operator `>=` is not supported between objects of type `None | signedinteger[_64Bit]` and `Literal[0]`

scipy/_lib/pyprima/pyprima/src/pyprima/cobyla/trustregion.py

[error] unsupported-operator - :244 -
Old: Operator `<=` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[Any]]` with `int`
New: Operator `<=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[Any]]` and `int`

scipy/_lib/pyprima/pyprima/src/pyprima/common/linalg.py

[error] unsupported-operator - :361 -
Old: Operator `>=` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[0]`
New: Operator `>=` is not supported between objects of type `Unknown | None` and `Literal[0]`
[error] unsupported-operator - :385 -
Old: Operator `>=` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[0]`
New: Operator `>=` is not supported between objects of type `Unknown | None` and `Literal[0]`

scipy/_lib/pyprima/pyprima/src/pyprima/common/preproc.py

[error] unsupported-operator - :31 -
Old: Operator `>=` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[0]`
New: Operator `>=` is not supported between objects of type `Unknown | None` and `Literal[0]`
[error] unsupported-operator - :49 -
Old: Operator `>` is not supported for types `None` and `int`, in comparing `Unknown | None | Literal[0]` with `Literal[0]`
New: Operator `>` is not supported between objects of type `Unknown | None | Literal[0]` and `Literal[0]`
[error] unsupported-operator - :90 -
Old: Operator `<` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[1]`
New: Operator `<` is not supported between objects of type `Unknown | None` and `Literal[1]`
[error] unsupported-operator - :107 -
Old: Operator `<` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[1]`
New: Operator `<` is not supported between objects of type `Unknown | None` and `Literal[1]`
[error] unsupported-operator - :109 -
Old: Operator `<` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Unknown | Literal[200]`
New: Operator `<` is not supported between objects of type `Unknown | None` and `Unknown | Literal[200]`
[error] unsupported-operator - :129 -
Old: Operator `<` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[0]`
New: Operator `<` is not supported between objects of type `Unknown | None` and `Literal[0]`
[error] unsupported-operator - :129 -
Old: Operator `>=` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[1]`
New: Operator `>=` is not supported between objects of type `Unknown | None` and `Literal[1]`
[error] unsupported-operator - :131 -
Old: Operator `>` is not supported for types `None` and `int`, in comparing `Unknown | None | float` with `Literal[0]`
New: Operator `>` is not supported between objects of type `Unknown | None | float` and `Literal[0]`
[error] unsupported-operator - :131 -
Old: Operator `<=` is not supported for types `None` and `int`, in comparing `Unknown | None | float` with `Literal[1]`
New: Operator `<=` is not supported between objects of type `Unknown | None | float` and `Literal[1]`
[error] unsupported-operator - :142 -
Old: Operator `<` is not supported for types `None` and `None`, in comparing `Unknown | None` with `Unknown | None | float`
New: Operator `<` is not supported between objects of type `Unknown | None` and `Unknown | None | float`
[error] unsupported-operator - :142 -
Old: Operator `>` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[1]`
New: Operator `>` is not supported between objects of type `Unknown | None` and `Literal[1]`
[error] unsupported-operator - :152 -
Old: Operator `<=` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[0]`
New: Operator `<=` is not supported between objects of type `Unknown | None` and `Literal[0]`
[error] unsupported-operator - :152 -
Old: Operator `>=` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[1]`
New: Operator `>=` is not supported between objects of type `Unknown | None` and `Literal[1]`
[error] unsupported-operator - :161 -
Old: Operator `<` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[1]`
New: Operator `<` is not supported between objects of type `Unknown | None` and `Literal[1]`
[error] unsupported-operator - :239 -
Old: Operator `<` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[0]`
New: Operator `<` is not supported between objects of type `Unknown | None` and `Literal[0]`
[error] unsupported-operator - :246 -
Old: Operator `<` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[0]`
New: Operator `<` is not supported between objects of type `Unknown | None` and `Literal[0]`
[error] unsupported-operator - :261 -
Old: Operator `>=` is not supported for types `None` and `int`, in comparing `Unknown | None | int` with `Literal[3]`
New: Operator `>=` is not supported between objects of type `Unknown | None | int` and `Literal[3]`
[error] unsupported-operator - :265 -
Old: Operator `>=` is not supported for types `None` and `int`, in comparing `Unknown | None | float | floating[Any]` with `Literal[0]`
New: Operator `>=` is not supported between objects of type `Unknown | None | float | floating[Any]` and `Literal[0]`
[error] unsupported-operator - :265 -
Old: Operator `<=` is not supported for types `None` and `None`, in comparing `Unknown | None | float | floating[Any]` with `Unknown | None | float`
New: Operator `<=` is not supported between objects of type `Unknown | None | float | floating[Any]` and `Unknown | None | float`
[error] unsupported-operator - :265 -
Old: Operator `<` is not supported for types `None` and `int`, in comparing `Unknown | None | float` with `Literal[1]`
New: Operator `<` is not supported between objects of type `Unknown | None | float` and `Literal[1]`
[error] unsupported-operator - :267 -
Old: Operator `>` is not supported for types `None` and `int`, in comparing `Unknown | None | float` with `Literal[0]`
New: Operator `>` is not supported between objects of type `Unknown | None | float` and `Literal[0]`
[error] unsupported-operator - :267 -
Old: Operator `<` is not supported for types `None` and `int`, in comparing `Unknown | None | float` with `Literal[1]`
New: Operator `<` is not supported between objects of type `Unknown | None | float` and `Literal[1]`
[error] unsupported-operator - :267 -
Old: Operator `>` is not supported for types `None` and `int`, in comparing `Unknown | None | Literal[2]` with `Literal[1]`
New: Operator `>` is not supported between objects of type `Unknown | None | Literal[2]` and `Literal[1]`
[error] unsupported-operator - :272 -
Old: Operator `>=` is not supported for types `None` and `None`, in comparing `Unknown | None` with `Unknown | None`
New: Operator `>=` is not supported between two objects of type `Unknown | None`
[error] unsupported-operator - :272 -
Old: Operator `<=` is not supported for types `None` and `None`, in comparing `Unknown | None` with `Unknown | None`
New: Operator `<=` is not supported between two objects of type `Unknown | None`
[error] unsupported-operator - :273 -
Old: Operator `<=` is not supported for types `None` and `None`, in comparing `Unknown | None` with `Unknown | None`
New: Operator `<=` is not supported between two objects of type `Unknown | None`
[error] unsupported-operator - :273 -
Old: Operator `>=` is not supported for types `None` and `None`, in comparing `Unknown | None` with `Unknown | None`
New: Operator `>=` is not supported between two objects of type `Unknown | None`
[error] unsupported-operator - :275 -
Old: Operator `>=` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[0]`
New: Operator `>=` is not supported between objects of type `Unknown | None` and `Literal[0]`

scipy/_lib/pyprima/pyprima/src/pyprima/common/selectx.py

[error] unsupported-operator - :236 -
Old: Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `int | float`
New: Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int | float`
[error] unsupported-operator - :236 -
Old: Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `int | float`
New: Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int | float`
[error] unsupported-operator - :239 -
Old: Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `int | float`
New: Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int | float`
[error] unsupported-operator - :242 -
Old: Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `int | float`
New: Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int | float`
[error] unsupported-operator - :249 -
Old: Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `int | float | floating[Any]`
New: Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int | float | floating[Any]`
[error] unsupported-operator - :249 -
Old: Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `int | float | floating[Any]`
New: Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int | float | floating[Any]`
[error] unsupported-operator - :255 -
Old: Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `int | float | floating[Any]`
New: Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int | float | floating[Any]`
[error] unsupported-operator - :281 -
Old: Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `int | float | floating[Any]`
New: Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int | float | floating[Any]`
[error] unsupported-operator - :282 -
Old: Operator `<` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `int | float | floating[Any]`
New: Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int | float | floating[Any]`

scipy/integrate/_quad_vec.py

[error] unsupported-operator - :420 -
Old: Operator `<` is not supported for types `None` and `int`, in comparing `None | float | Unknown` with `Unknown | int | float`
New: Operator `<` is not supported between objects of type `None | float | Unknown` and `Unknown | int | float`
[error] unsupported-operator - :423 -
Old: Operator `<` is not supported for types `None` and `None`, in comparing `None | float | Unknown` with `None | float | Unknown`
New: Operator `<` is not supported between two objects of type `None | float | Unknown`

scipy/interpolate/_polyint.py

[error] unsupported-operator - :901 -
Old: Operator `>` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Unknown | int`
New: Operator `>` is not supported between objects of type `Unknown | None` and `Unknown | int`

scipy/interpolate/tests/test_bsplines.py

[error] unsupported-operator - :2404 -
Old: Operator `>=` is not supported for types `str` and `int`, in comparing `Unknown | str` with `Unknown | int`
New: Operator `>=` is not supported between objects of type `Unknown | str` and `Unknown | int`
[error] unsupported-operator - :2404 -
Old: Operator `<` is not supported for types `str` and `int`, in comparing `Unknown | str` with `Unknown | int`
New: Operator `<` is not supported between objects of type `Unknown | str` and `Unknown | int`

scipy/optimize/_optimize.py

[error] unsupported-operator - :1824 -
Old: Operator `<=` is not supported for types `None` and `float`, in comparing `Unknown | None` with `Unknown | float`
New: Operator `<=` is not supported between objects of type `Unknown | None` and `Unknown | float`

scipy/optimize/_shgo.py

[error] unsupported-operator - :798 -
Old: Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown | str` with `Unknown | str | ndarray[tuple[Any, ...], dtype[Any]] | dict[Unknown, Unknown] | None`
New: Operator `in` is not supported between objects of type `Unknown | str` and `Unknown | str | ndarray[tuple[Any, ...], dtype[Any]] | dict[Unknown, Unknown] | None`
[error] unsupported-operator - :941 -
Old: Operator `>=` is not supported for types `int` and `None`, in comparing `Unknown | Literal[0]` with `Unknown | None`
New: Operator `>=` is not supported between objects of type `Unknown | Literal[0]` and `Unknown | None`
[error] unsupported-operator - :950 -
Old: Operator `>=` is not supported for types `int` and `None`, in comparing `Unknown | Literal[0]` with `Unknown | None`
New: Operator `>=` is not supported between objects of type `Unknown | Literal[0]` and `Unknown | None`
[error] unsupported-operator - :957 -
Old: Operator `>=` is not supported for types `int` and `None`, in comparing `Unknown | int | float` with `Unknown | None`
New: Operator `>=` is not supported between objects of type `Unknown | int | float` and `Unknown | None`
[error] unsupported-operator - :982 -
Old: Operator `<=` is not supported for types `int` and `None`, in comparing `(Unknown & ~None) | int | float` with `Unknown | None`
New: Operator `<=` is not supported between objects of type `(Unknown & ~None) | int | float` and `Unknown | None`

scipy/optimize/tests/test_optimize.py

[error] unsupported-operator - :1557 -
Old: Operator `>` is not supported for types `None` and `float`, in comparing `Unknown | None` with `float`
New: Operator `>` is not supported between objects of type `Unknown | None` and `float`
[error] unsupported-operator - :1557 -
Old: Operator `<` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[3]`
New: Operator `<` is not supported between objects of type `Unknown | None` and `Literal[3]`

scipy/signal/_spectral_py.py

[error] unsupported-operator - :241 -
Old: Operator `>=` is not supported for types `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int`, in comparing `ndarray[tuple[Any, ...], dtype[_ScalarT]]` with `Literal[0]`
New: Operator `>=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[0]`

scipy/spatial/transform/_rigid_transform_xp.py

[error] unsupported-operator - :284 -
Old: Operator `<` is not supported for types `_Buffer` and `Literal[0]`, in comparing `(Any & ~None) | _Buffer | _SupportsArray[dtype[Any]] | ... omitted 6 union elements` with `Literal[0]`
New: Operator `<` is not supported between objects of type `(Any & ~None) | _Buffer | _SupportsArray[dtype[Any]] | ... omitted 6 union elements` and `Literal[0]`

scipy/stats/_morestats.py

[error] unsupported-operator - :1358 -
Old: Operator `<=` is not supported for types `_BigFloat` and `int`, in comparing `Unknown | _BigFloat` with `Literal[0]`
New: Operator `<=` is not supported between objects of type `Unknown | _BigFloat` and `Literal[0]`

scipy/stats/tests/test_distributions.py

[error] unsupported-operator - :8556 -
Old: Operator `not in` is not supported for types `str` and `None`, in comparing `Literal["pdf(x, mu, loc=0, scale=1)"]` with `str | None | Unknown`
New: Operator `not in` is not supported between objects of type `Literal["pdf(x, mu, loc=0, scale=1)"]` and `str | None | Unknown`
[error] unsupported-operator - :8557 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["pmf(x,"]` with `str | None | Unknown`
New: Operator `in` is not supported between objects of type `Literal["pmf(x,"]` and `str | None | Unknown`

scrapy (https://github.com/scrapy/scrapy)

tests/test_loader.py

[error] unsupported-operator - :64 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["key"]` with `Unknown | None`
New: Operator `in` is not supported between objects of type `Literal["key"]` and `Unknown | None`

setuptools (https://github.com/pypa/setuptools)

setuptools/_distutils/command/build_ext.py

[error] unsupported-operator - :622 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["-c++"]` with `Unknown | None | list[Unknown]`
New: Operator `in` is not supported between objects of type `Literal["-c++"]` and `Unknown | None | list[Unknown]`

setuptools/_distutils/command/install_lib.py

[error] unsupported-operator - :147 -
Old: Operator `>` is not supported for types `None` and `int`, in comparing `Unknown | None | int` with `Literal[0]`
New: Operator `>` is not supported between objects of type `Unknown | None | int` and `Literal[0]`
[error] unsupported-operator - :185 -
Old: Operator `>` is not supported for types `None` and `int`, in comparing `Unknown | None | int` with `Literal[0]`
New: Operator `>` is not supported between objects of type `Unknown | None | int` and `Literal[0]`

setuptools/_vendor/typing_extensions.py

[error] unsupported-operator - :2894 -
Old: Operator `<` is not supported for types `int` and `_Sentinel`, in comparing `int` with `(Unknown & ~AlwaysFalsy) | (_Sentinel & ~AlwaysFalsy) | int`
New: Operator `<` is not supported between objects of type `int` and `(Unknown & ~AlwaysFalsy) | (_Sentinel & ~AlwaysFalsy) | int`
[error] unsupported-operator - :2911 -
Old: Operator `>` is not supported for types `int` and `_Sentinel`, in comparing `int` with `Unknown | (_Sentinel & ~AlwaysFalsy) | int`
New: Operator `>` is not supported between objects of type `int` and `Unknown | (_Sentinel & ~AlwaysFalsy) | int`

spack (https://github.com/spack/spack)

lib/spack/spack/ci/__init__.py

[error] unsupported-operator - :959 -
Old: Operator `in` is not supported for types `Any` and `None`, in comparing `Any` with `None | Unknown`
New: Operator `in` is not supported between objects of type `Any` and `None | Unknown`
[error] unsupported-operator - :968 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["image"]` with `None | Unknown`
New: Operator `in` is not supported between objects of type `Literal["image"]` and `None | Unknown`
[error] unsupported-operator - :1050 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["tags"]` with `None | Unknown`
New: Operator `in` is not supported between objects of type `Literal["tags"]` and `None | Unknown`

lib/spack/spack/graph.py

[error] unsupported-operator - :131 -
Old: Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None | list[Unknown | list[Unknown]]`
New: Operator `in` is not supported between objects of type `Unknown` and `Unknown | None | list[Unknown | list[Unknown]]`

lib/spack/spack/test/llnl/util/lang.py

[error] unsupported-operator - :208 -
Old: Operator `<` is not supported for types `KeyComparable` and `KeyComparable`
New: Operator `<` is not supported between two objects of type `KeyComparable`
[error] unsupported-operator - :209 -
Old: Operator `>` is not supported for types `KeyComparable` and `KeyComparable`
New: Operator `>` is not supported between two objects of type `KeyComparable`
[error] unsupported-operator - :211 -
Old: Operator `<=` is not supported for types `KeyComparable` and `KeyComparable`
New: Operator `<=` is not supported between two objects of type `KeyComparable`
[error] unsupported-operator - :212 -
Old: Operator `>=` is not supported for types `KeyComparable` and `KeyComparable`
New: Operator `>=` is not supported between two objects of type `KeyComparable`
[error] unsupported-operator - :214 -
Old: Operator `<=` is not supported for types `KeyComparable` and `KeyComparable`
New: Operator `<=` is not supported between two objects of type `KeyComparable`
[error] unsupported-operator - :215 -
Old: Operator `<=` is not supported for types `KeyComparable` and `KeyComparable`
New: Operator `<=` is not supported between two objects of type `KeyComparable`
[error] unsupported-operator - :216 -
Old: Operator `>=` is not supported for types `KeyComparable` and `KeyComparable`
New: Operator `>=` is not supported between two objects of type `KeyComparable`
[error] unsupported-operator - :217 -
Old: Operator `>=` is not supported for types `KeyComparable` and `KeyComparable`
New: Operator `>=` is not supported between two objects of type `KeyComparable`

lib/spack/spack/vendor/typing_extensions.py

[error] unsupported-operator - :113 -
Old: Operator `>` is not supported for types `int` and `object`, in comparing `int` with `~AlwaysFalsy | int`
New: Operator `>` is not supported between objects of type `int` and `~AlwaysFalsy | int`

static-frame (https://github.com/static-frame/static-frame)

static_frame/core/index.py

[error] unsupported-operator - :995 -
Old: Operator `in` is not supported for types `Unknown` and `(...) -> Any`, in comparing `Unknown` with `(((...) -> Any) & ~(() -> object)) | (Iterable[Hashable] & ~(() -> object)) | (type[IndexAutoFactory] & ~(() -> object))`
New: Operator `in` is not supported between objects of type `Unknown` and `(((...) -> Any) & ~(() -> object)) | (Iterable[Hashable] & ~(() -> object)) | (type[IndexAutoFactory] & ~(() -> object))`

stone (https://github.com/dropbox/stone)

stone/frontend/lexer.py

[error] unsupported-operator - :69 -
Old: Operator `>` is not supported for types `None` and `int`, in comparing `Unknown | None | Literal[0]` with `Literal[0]`
New: Operator `>` is not supported between objects of type `Unknown | None | Literal[0]` and `Literal[0]`

stone/ir/data_types.py

[error] unsupported-operator - :1095 -
Old: Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None | dict[Unknown, Unknown]`
New: Operator `in` is not supported between objects of type `Unknown` and `Unknown | None | dict[Unknown, Unknown]`
[error] unsupported-operator - :1263 -
Old: Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None | OrderedDict[Unknown, Unknown]`
New: Operator `in` is not supported between objects of type `Unknown` and `Unknown | None | OrderedDict[Unknown, Unknown]`
[error] unsupported-operator - :1291 -
Old: Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None | OrderedDict[Unknown, Unknown]`
New: Operator `in` is not supported between objects of type `Unknown` and `Unknown | None | OrderedDict[Unknown, Unknown]`
[error] unsupported-operator - :1344 -
Old: Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None | OrderedDict[Unknown, Unknown]`
New: Operator `in` is not supported between objects of type `Unknown` and `Unknown | None | OrderedDict[Unknown, Unknown]`
[error] unsupported-operator - :1487 -
Old: Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None | OrderedDict[Unknown, Unknown]`
New: Operator `in` is not supported between objects of type `Unknown` and `Unknown | None | OrderedDict[Unknown, Unknown]`
[error] unsupported-operator - :1527 -
Old: Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None | OrderedDict[Unknown, Unknown]`
New: Operator `in` is not supported between objects of type `Unknown` and `Unknown | None | OrderedDict[Unknown, Unknown]`

sympy (https://github.com/sympy/sympy)

sympy/combinatorics/coset_table.py

[error] unsupported-operator - :151 -
Old: Operator `>=` is not supported for types `int` and `None`, in comparing `int` with `Unknown | None | Literal[4096000]`
New: Operator `>=` is not supported between objects of type `int` and `Unknown | None | Literal[4096000]`
[error] unsupported-operator - :185 -
Old: Operator `>=` is not supported for types `int` and `None`, in comparing `int` with `Unknown | None | Literal[4096000]`
New: Operator `>=` is not supported between objects of type `int` and `Unknown | None | Literal[4096000]`

sympy/combinatorics/perm_groups.py

[error] unsupported-operator - :4154 -
Old: Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None`
New: Operator `in` is not supported between objects of type `Unknown` and `Unknown | None`
[error] unsupported-operator - :4197 -
Old: Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None`
New: Operator `in` is not supported between objects of type `Unknown` and `Unknown | None`

sympy/core/add.py

[error] unsupported-operator - :1224 -
Old: Operator `not in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `None | set[Unknown]`
New: Operator `not in` is not supported between objects of type `Unknown` and `None | set[Unknown]`

sympy/core/evalf.py

[error] unsupported-operator - :347 -
Old: Operator `<` is not supported for types `None` and `int`, in comparing `Any | None` with `Literal[2]`
New: Operator `<` is not supported between objects of type `Any | None` and `Literal[2]`
[error] unsupported-operator - :349 -
Old: Operator `<` is not supported for types `None` and `int`, in comparing `Any | None` with `Literal[2]`
New: Operator `<` is not supported between objects of type `Any | None` and `Literal[2]`

sympy/core/relational.py

[error] unsupported-operator - :354 -
Old: Operator `>` is not supported for types `Basic` and `Basic`
New: Operator `>` is not supported between two objects of type `Basic`

sympy/core/tests/test_sympify.py

[error] unsupported-operator - :779 -
Old: Operator `not in` is not supported for types `Half` and `Basic`
New: Operator `not in` is not supported between objects of type `Half` and `Basic`
[error] unsupported-operator - :780 -
Old: Operator `in` is not supported for types `Float` and `Basic`
New: Operator `in` is not supported between objects of type `Float` and `Basic`
[error] unsupported-operator - :783 -
Old: Operator `not in` is not supported for types `Half` and `Basic`
New: Operator `not in` is not supported between objects of type `Half` and `Basic`
[error] unsupported-operator - :784 -
Old: Operator `in` is not supported for types `Float` and `Basic`
New: Operator `in` is not supported between objects of type `Float` and `Basic`
[error] unsupported-operator - :787 -
Old: Operator `not in` is not supported for types `Half` and `Basic`
New: Operator `not in` is not supported between objects of type `Half` and `Basic`
[error] unsupported-operator - :788 -
Old: Operator `in` is not supported for types `Float` and `Basic`
New: Operator `in` is not supported between objects of type `Float` and `Basic`

sympy/diffgeom/diffgeom.py

[error] unsupported-operator - :507 -
Old: Operator `<` is not supported for types `int` and `list[Unknown]`, in comparing `Literal[0]` with `Unknown | int | list[Unknown]`
New: Operator `<` is not supported between objects of type `Literal[0]` and `Unknown | int | list[Unknown]`
[error] unsupported-operator - :507 -
Old: Operator `<=` is not supported for types `int` and `list[Unknown]`, in comparing `Unknown | int | list[Unknown]` with `Unknown | int | list[Unknown]`
New: Operator `<=` is not supported between two objects of type `Unknown | int | list[Unknown]`

sympy/functions/elementary/piecewise.py

[error] unsupported-operator - :311 -
Old: Operator `not in` is not supported for types `Unknown` and `property`
New: Operator `not in` is not supported between objects of type `Unknown` and `property`

sympy/functions/special/error_functions.py

[error] unsupported-operator - :1446 -
Old: Operator `>` is not supported for types `Basic` and `int`, in comparing `Basic` with `Literal[1]`
New: Operator `>` is not supported between objects of type `Basic` and `Literal[1]`

sympy/functions/special/gamma_functions.py

[error] unsupported-operator - :180 -
Old: Operator `<=` is not supported for types `Basic` and `int`, in comparing `Basic` with `Literal[0]`
New: Operator `<=` is not supported between objects of type `Basic` and `Literal[0]`
[error] unsupported-operator - :734 -
Old: Operator `>` is not supported for types `Basic` and `int`, in comparing `Basic` with `Literal[0]`
New: Operator `>` is not supported between objects of type `Basic` and `Literal[0]`
[error] unsupported-operator - :761 -
Old: Operator `>` is not supported for types `Basic` and `int`, in comparing `Basic | Unknown` with `Literal[0]`
New: Operator `>` is not supported between objects of type `Basic | Unknown` and `Literal[0]`
[error] unsupported-operator - :765 -
Old: Operator `<` is not supported for types `Basic` and `int`, in comparing `Basic | Unknown` with `Literal[0]`
New: Operator `<` is not supported between objects of type `Basic | Unknown` and `Literal[0]`

sympy/functions/special/singularity_functions.py

[error] unsupported-operator - :215 -
Old: Operator `<` is not supported for types `Basic` and `int`, in comparing `Basic` with `Literal[0]`
New: Operator `<` is not supported between objects of type `Basic` and `Literal[0]`
[error] unsupported-operator - :226 -
Old: Operator `<` is not supported for types `Basic` and `int`, in comparing `Basic` with `Literal[0]`
New: Operator `<` is not supported between objects of type `Basic` and `Literal[0]`

sympy/functions/special/zeta_functions.py

[error] unsupported-operator - :135 -
Old: Operator `<=` is not supported for types `Basic` and `int`, in comparing `Basic` with `Literal[0]`
New: Operator `<=` is not supported between objects of type `Basic` and `Literal[0]`
[error] unsupported-operator - :154 -
Old: Operator `>` is not supported for types `Basic` and `int`, in comparing `Basic` with `Literal[1]`
New: Operator `>` is not supported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :161 -
Old: Operator `<=` is not supported for types `Basic` and `int`, in comparing `Basic` with `Literal[0]`
New: Operator `<=` is not supported between objects of type `Basic` and `Literal[0]`
[error] unsupported-operator - :345 -
Old: Operator `<=` is not supported for types `Basic` and `int`, in comparing `Basic` with `Literal[0]`
New: Operator `<=` is not supported between objects of type `Basic` and `Literal[0]`

sympy/holonomic/holonomic.py

[error] unsupported-operator - :684 -
Old: Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown | Zero | list[Unknown]` with `None | Unknown | dict[Unknown | Zero, Unknown | list[Unknown]]`
New: Operator `in` is not supported between objects of type `Unknown | Zero | list[Unknown]` and `None | Unknown | dict[Unknown | Zero, Unknown | list[Unknown]]`
[error] unsupported-operator - :689 -
Old: Operator `not in` is not supported for types `Unknown` and `None`, in comparing `Unknown | Zero | list[Unknown]` with `None | dict[Unknown | Zero, Unknown | list[Unknown]] | Unknown`
New: Operator `not in` is not supported between objects of type `Unknown | Zero | list[Unknown]` and `None | dict[Unknown | Zero, Unknown | list[Unknown]] | Unknown`

sympy/integrals/manualintegrate.py

[error] unsupported-operator - :1938 -
Old: Operator `<` is not supported for types `Basic` and `int`, in comparing `Basic` with `Literal[0]`
New: Operator `<` is not supported between objects of type `Basic` and `Literal[0]`

sympy/logic/algorithms/dpll2.py

[error] unsupported-operator - :44 -
Old: Operator `in` is not supported for types `set[Unknown | int]` and `None`, in comparing `set[Unknown | int]` with `Unknown | None | list[Unknown]`
New: Operator `in` is not supported between objects of type `set[Unknown | int]` and `Unknown | None | list[Unknown]`

sympy/logic/algorithms/minisat22_wrapper.py

[error] unsupported-operator - :13 -
Old: Operator `in` is not supported for types `set[Unknown | int]` and `None`, in comparing `set[Unknown | int]` with `Unknown | None | list[Unknown]`
New: Operator `in` is not supported between objects of type `set[Unknown | int]` and `Unknown | None | list[Unknown]`

sympy/logic/algorithms/pycosat_wrapper.py

[error] unsupported-operator - :12 -
Old: Operator `in` is not supported for types `set[Unknown | int]` and `None`, in comparing `set[Unknown | int]` with `Unknown | None | list[Unknown]`
New: Operator `in` is not supported between objects of type `set[Unknown | int]` and `Unknown | None | list[Unknown]`

sympy/physics/secondquant.py

[error] unsupported-operator - :1086 -
Old: Operator `in` is not supported for types `Unknown` and `Basic`
New: Operator `in` is not supported between objects of type `Unknown` and `Basic`
[error] unsupported-operator - :1141 -
Old: Operator `in` is not supported for types `Unknown` and `Basic`
New: Operator `in` is not supported between objects of type `Unknown` and `Basic`

sympy/polys/domains/gaussiandomains.py

[error] unsupported-operator - :149 -
Old: Operator `>` is not supported for types `Tdom@GaussianElement` and `Literal[0]`
New: Operator `>` is not supported between objects of type `Tdom@GaussianElement` and `Literal[0]`
[error] unsupported-operator - :150 -
Old: Operator `>` is not supported for types `Tdom@GaussianElement` and `Literal[0]`
New: Operator `>` is not supported between objects of type `Tdom@GaussianElement` and `Literal[0]`
[error] unsupported-operator - :151 -
Old: Operator `<` is not supported for types `Tdom@GaussianElement` and `Literal[0]`
New: Operator `<` is not supported between objects of type `Tdom@GaussianElement` and `Literal[0]`
[error] unsupported-operator - :152 -
Old: Operator `<` is not supported for types `Tdom@GaussianElement` and `Literal[0]`
New: Operator `<` is not supported between objects of type `Tdom@GaussianElement` and `Literal[0]`
[error] unsupported-operator - :154 -
Old: Operator `>=` is not supported for types `Tdom@GaussianElement` and `Literal[0]`
New: Operator `>=` is not supported between objects of type `Tdom@GaussianElement` and `Literal[0]`

sympy/polys/factortools.py

[error] unsupported-operator - :1056 -
Old: Operator `<` is not supported for types `int` and `None`, in comparing `int` with `int | None`
New: Operator `<` is not supported between objects of type `int` and `int | None`

sympy/polys/numberfields/minpoly.py

[error] unsupported-operator - :698 -
Old: Operator `in` is not supported for types `Unknown` and `object`, in comparing `Unknown | Dummy` with `object`
New: Operator `in` is not supported between objects of type `Unknown | Dummy` and `object`

sympy/printing/pretty/stringpict.py

[error] unsupported-operator - :406 -
Old: Operator `>` is not supported for types `None` and `int`, in comparing `Unknown | Literal[0] | None` with `Unknown | int`
New: Operator `>` is not supported between objects of type `Unknown | Literal[0] | None` and `Unknown | int`
[error] unsupported-operator - :451 -
Old: Operator `>` is not supported for types `None` and `int`, in comparing `Unknown | Literal[0] | None` with `Unknown | int`
New: Operator `>` is not supported between objects of type `Unknown | Literal[0] | None` and `Unknown | int`
[error] unsupported-operator - :494 -
Old: Operator `>` is not supported for types `None` and `int`, in comparing `Unknown | Literal[0] | None` with `Unknown | int`
New: Operator `>` is not supported between objects of type `Unknown | Literal[0] | None` and `Unknown | int`

sympy/sets/sets.py

[error] unsupported-operator - :1836 -
Old: Operator `not in` is not supported for types `Unknown` and `Basic`
New: Operator `not in` is not supported between objects of type `Unknown` and `Basic`
[error] unsupported-operator - :2278 -
Old: Operator `in` is not supported for types `Unknown` and `Basic`
New: Operator `in` is not supported between objects of type `Unknown` and `Basic`

sympy/sets/tests/test_sets.py

[error] unsupported-operator - :889 -
Old: Operator `in` is not supported for types `Symbol` and `Symbol`, in comparing `Symbol` with `Interval | Symbol`
New: Operator `in` is not supported between objects of type `Symbol` and `Interval | Symbol`

sympy/simplify/simplify.py

[error] unsupported-operator - :1065 -
Old: Operator `<` is not supported for types `Basic` and `int`, in comparing `Basic` with `Literal[0]`
New: Operator `<` is not supported between objects of type `Basic` and `Literal[0]`

sympy/stats/crv_types.py

[error] unsupported-operator - :2634 -
Old: Operator `<=` is not supported for types `Basic` and `int`, in comparing `Basic` with `Literal[1]`
New: Operator `<=` is not supported between objects of type `Basic` and `Literal[1]`

sympy/stats/joint_rv.py

[error] unsupported-operator - :388 -
Old: Operator `not in` is not supported for types `Unknown` and `Basic`
New: Operator `not in` is not supported between objects of type `Unknown` and `Basic`

sympy/testing/tests/test_code_quality.py

[error] unsupported-operator - :258 -
Old: Operator `>` is not supported for types `None` and `int`, in comparing `None | int` with `Literal[0]`
New: Operator `>` is not supported between objects of type `None | int` and `Literal[0]`

sympy/utilities/iterables.py

[error] unsupported-operator - :2034 -
Old: Operator `not in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None | list[Unknown]`
New: Operator `not in` is not supported between objects of type `Unknown` and `Unknown | None | list[Unknown]`

trio (https://github.com/python-trio/trio)

src/trio/_util.py

[error] unsupported-operator - :218 -
Old: Operator `not in` is not supported for types `str` and `object`, in comparing `Literal["."]` with `object`
New: Operator `not in` is not supported between objects of type `Literal["."]` and `object`

urllib3 (https://github.com/urllib3/urllib3)

test/test_exceptions.py

[error] unsupported-operator - :58 -
Old: Operator `in` is not supported for types `object` and `str`
New: Operator `in` is not supported between objects of type `object` and `str`

vision (https://github.com/pytorch/vision)

test/datasets_utils.py

[error] unsupported-operator - :370 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["download"]` with `Unknown | None`
New: Operator `in` is not supported between objects of type `Literal["download"]` and `Unknown | None`
[error] unsupported-operator - :564 -
Old: Operator `not in` is not supported for types `Unknown` and `None`, in comparing `Unknown | str` with `Unknown | None`
New: Operator `not in` is not supported between objects of type `Unknown | str` and `Unknown | None`

test/test_image.py

[error] unsupported-operator - :221 -
Old: Operator `>=` is not supported for types `str` and `tuple[Literal[8], Literal[3]]`, in comparing `Literal["12.0.0"]` with `tuple[Literal[8], Literal[3]]`
New: Operator `>=` is not supported between objects of type `Literal["12.0.0"]` and `tuple[Literal[8], Literal[3]]`

test/test_utils.py

[error] unsupported-operator - :127 -
Old: Operator `>=` is not supported for types `str` and `tuple[Literal[10], Literal[1]]`, in comparing `Literal["12.0.0"]` with `tuple[Literal[10], Literal[1]]`
New: Operator `>=` is not supported between objects of type `Literal["12.0.0"]` and `tuple[Literal[10], Literal[1]]`
[error] unsupported-operator - :137 -
Old: Operator `<` is not supported for types `str` and `tuple[Literal[10], Literal[1]]`, in comparing `Literal["12.0.0"]` with `tuple[Literal[10], Literal[1]]`
New: Operator `<` is not supported between objects of type `Literal["12.0.0"]` and `tuple[Literal[10], Literal[1]]`
[error] unsupported-operator - :152 -
Old: Operator `<` is not supported for types `str` and `tuple[Literal[10], Literal[1]]`, in comparing `Literal["12.0.0"]` with `tuple[Literal[10], Literal[1]]`
New: Operator `<` is not supported between objects of type `Literal["12.0.0"]` and `tuple[Literal[10], Literal[1]]`
[error] unsupported-operator - :169 -
Old: Operator `<` is not supported for types `str` and `tuple[Literal[10], Literal[1]]`, in comparing `Literal["12.0.0"]` with `tuple[Literal[10], Literal[1]]`
New: Operator `<` is not supported between objects of type `Literal["12.0.0"]` and `tuple[Literal[10], Literal[1]]`
[error] unsupported-operator - :196 -
Old: Operator `<` is not supported for types `str` and `tuple[Literal[10], Literal[1]]`, in comparing `Literal["12.0.0"]` with `tuple[Literal[10], Literal[1]]`
New: Operator `<` is not supported between objects of type `Literal["12.0.0"]` and `tuple[Literal[10], Literal[1]]`
[error] unsupported-operator - :207 -
Old: Operator `<` is not supported for types `str` and `tuple[Literal[10], Literal[1]]`, in comparing `Literal["12.0.0"]` with `tuple[Literal[10], Literal[1]]`
New: Operator `<` is not supported between objects of type `Literal["12.0.0"]` and `tuple[Literal[10], Literal[1]]`

torchvision/transforms/transforms.py

[error] unsupported-operator - :1787 -
Old: Operator `<=` is not supported for types `tuple[float, float]` and `int`, in comparing `(Unknown & Number) | (tuple[float, float] & Number)` with `Literal[0]`
New: Operator `<=` is not supported between objects of type `(Unknown & Number) | (tuple[float, float] & Number)` and `Literal[0]`

werkzeug (https://github.com/pallets/werkzeug)

src/werkzeug/utils.py

[error] unsupported-operator - :501 -
Old: Operator `>` is not supported for types `(str | None, /) -> int | None` and `Literal[0]`, in comparing `(int & ~(() -> object)) | (((str | None, /) -> int | None) & ~(() -> object)) | (@Todo & ~None)` with `Literal[0]`
New: Operator `>` is not supported between objects of type `(int & ~(() -> object)) | (((str | None, /) -> int | None) & ~(() -> object)) | (@Todo & ~None)` and `Literal[0]`

tests/middleware/test_http_proxy.py

[error] unsupported-operator - :45 -
Old: Operator `not in` is not supported for types `str` and `None`, in comparing `Literal["HTTP_X_SPECIAL"]` with `Any | None`
New: Operator `not in` is not supported between objects of type `Literal["HTTP_X_SPECIAL"]` and `Any | None`

tests/test_datastructures.py

[error] unsupported-operator - :863 -
Old: Operator `not in` is not supported for types `int` and `EnvironHeaders`, in comparing `Literal[42]` with `(Unknown & ~AlwaysFalsy) | (EnvironHeaders & ~AlwaysFalsy)`
New: Operator `not in` is not supported between objects of type `Literal[42]` and `(Unknown & ~AlwaysFalsy) | (EnvironHeaders & ~AlwaysFalsy)`

xarray (https://github.com/pydata/xarray)

xarray/computation/rolling.py

[error] unsupported-operator - :229 -
Old: Operator `>=` is not supported for types `T_Xarray@Rolling` and `int`
New: Operator `>=` is not supported between objects of type `T_Xarray@Rolling` and `int`
[error] unsupported-operator - :245 -
Old: Operator `not in` is not supported for types `Hashable` and `_T@_mapping_to_list`, in comparing `Hashable` with `_T@_mapping_to_list | Mapping[Any, _T@_mapping_to_list]`
New: Operator `not in` is not supported between objects of type `Hashable` and `_T@_mapping_to_list | Mapping[Any, _T@_mapping_to_list]`
[error] unsupported-operator - :1094 -
Old: Operator `not in` is not supported for types `Unknown` and `(...) -> Unknown`, in comparing `Unknown` with `str | ((...) -> Unknown) | Mapping[Any, str | ((...) -> Unknown)] | dict[Unknown, str | ((...) -> Unknown) | Mapping[Any, str | ((...) -> Unknown)]]`
New: Operator `not in` is not supported between objects of type `Unknown` and `str | ((...) -> Unknown) | Mapping[Any, str | ((...) -> Unknown)] | dict[Unknown, str | ((...) -> Unknown) | Mapping[Any, str | ((...) -> Unknown)]]`

xarray/core/dataset.py

[error] unsupported-operator - :4637 -
Old: Operator `<` is not supported for types `object` and `int`
New: Operator `<` is not supported between objects of type `object` and `int`
[error] unsupported-operator - :4637 -
Old: Operator `<` is not supported for types `int` and `object`
New: Operator `<` is not supported between objects of type `int` and `object`
[error] unsupported-operator - :4643 -
Old: Operator `>=` is not supported for types `object` and `int`, in comparing `object` with `Literal[0]`
New: Operator `>=` is not supported between objects of type `object` and `Literal[0]`

xarray/namedarray/core.py

[error] unsupported-operator - :825 -
Old: Operator `in` is not supported for types `Hashable` and `str`, in comparing `Hashable` with `(Mapping[Any, str | int | tuple[int, ...] | None] & float) | str | int | ... omitted 4 union elements`
New: Operator `in` is not supported between objects of type `Hashable` and `(Mapping[Any, str | int | tuple[int, ...] | None] & float) | str | int | ... omitted 4 union elements`

zope.interface (https://github.com/zopefoundation/zope.interface)

src/zope/interface/tests/test_adapter.py

[error] unsupported-operator - :76 -
Old: Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None`
New: Operator `in` is not supported between objects of type `Unknown` and `Unknown | None`

src/zope/interface/tests/test_interface.py

[error] unsupported-operator - :2100 -
Old: Operator `<` is not supported for types `Attribute` and `Attribute`, in comparing `Unknown | Attribute` with `Unknown | Attribute`
New: Operator `<` is not supported between two objects of type `Unknown | Attribute`

zulip (https://github.com/zulip/zulip)

zerver/lib/rest.py

[error] unsupported-operator - :164 -
Old: Operator `not in` is not supported for types `str` and `(...) -> HttpResponse`, in comparing `Literal["narrow_user_session_cache"]` with `((...) -> HttpResponse) | set[str]`
New: Operator `not in` is not supported between objects of type `Literal["narrow_user_session_cache"]` and `((...) -> HttpResponse) | set[str]`
[error] unsupported-operator - :170 -
Old: Operator `in` is not supported for types `str` and `(...) -> HttpResponse`, in comparing `Literal["override_api_url_scheme"]` with `((...) -> HttpResponse) | set[str]`
New: Operator `in` is not supported between objects of type `Literal["override_api_url_scheme"]` and `((...) -> HttpResponse) | set[str]`
[error] unsupported-operator - :177 -
Old: Operator `in` is not supported for types `str` and `(...) -> HttpResponse`, in comparing `Literal["override_api_url_scheme"]` with `((...) -> HttpResponse) | set[str]`
New: Operator `in` is not supported between objects of type `Literal["override_api_url_scheme"]` and `((...) -> HttpResponse) | set[str]`
[error] unsupported-operator - :187 -
Old: Operator `in` is not supported for types `str` and `(...) -> HttpResponse`, in comparing `Literal["override_api_url_scheme"]` with `((...) -> HttpResponse) | set[str]`
New: Operator `in` is not supported between objects of type `Literal["override_api_url_scheme"]` and `((...) -> HttpResponse) | set[str]`
[error] unsupported-operator - :197 -
Old: Operator `in` is not supported for types `str` and `(...) -> HttpResponse`, in comparing `Literal["allow_incoming_webhooks"]` with `((...) -> HttpResponse) | set[str]`
New: Operator `in` is not supported between objects of type `Literal["allow_incoming_webhooks"]` and `((...) -> HttpResponse) | set[str]`
[error] unsupported-operator - :201 -
Old: Operator `in` is not supported for types `str` and `(...) -> HttpResponse`, in comparing `Literal["allow_anonymous_user_web"]` with `((...) -> HttpResponse) | set[str]`
New: Operator `in` is not supported between objects of type `Literal["allow_anonymous_user_web"]` and `((...) -> HttpResponse) | set[str]`

zerver/tests/test_message_dict.py

[error] unsupported-operator - :600 -
Old: Operator `in` is not supported for types `UserDisplayRecipient` and `str`, in comparing `UserDisplayRecipient` with `str | list[UserDisplayRecipient]`
New: Operator `in` is not supported between objects of type `UserDisplayRecipient` and `str | list[UserDisplayRecipient]`