Summary

Comparing branches/commits:
Old: main (merge base) 150ea92d
New: 20764/merge ee291e58
Lint Rule Removed Added Changed
Total 21 33 528
unsupported-operator 0 0 514
possibly-missing-attribute 10 13 11
invalid-argument-type 11 5 2
unresolved-attribute 0 9 0
invalid-assignment 0 2 1
non-subscriptable 0 2 0
not-iterable 0 2 0

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

tests/unittests/sources/test_nocloud.py

[warning] possibly-missing-attribute - :52:16 - Attribute `get` on type `Unknown | dict[Unknown, Unknown] | str | None` may be missing
[warning] possibly-missing-attribute - :170:16 - Attribute `get` on type `Unknown | dict[Unknown, Unknown] | str | None` may be missing

tests/unittests/sources/test_exoscale.py

[warning] possibly-missing-attribute - :95:16 - Attribute `decode` on type `str | bytes | None` may be missing
[warning] possibly-missing-attribute - :137:16 - Attribute `decode` on type `str | bytes | None` may be missing
[warning] possibly-missing-attribute - :173:16 - Attribute `decode` on type `str | bytes | None` may be missing

tests/unittests/test_templating.py

[warning] possibly-missing-attribute - :272:13 -
Old: Attribute `splitlines` on type `Unknown | str | None` may be missing
New: Attribute `splitlines` on type `str | None` may be missing

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

dragonchain/transaction_processor/level_3_actions.py

[error] invalid-argument-type - :144:45 - Argument to function `get_verifying_keys` is incorrect: Expected `str`, found `str | Unknown | None`
[error] invalid-argument-type - :149:63 - Argument to function `get_registration` is incorrect: Expected `str`, found `str | Unknown | None`

dragonchain/transaction_processor/level_4_actions.py

[error] invalid-argument-type - :143:42 - Argument to function `get_verifying_keys` is incorrect: Expected `str`, found `str | Unknown | None`

dragonchain/webserver/lib/dragonnet.py

[error] invalid-argument-type - :89:86 - Argument to function `add_receipt` is incorrect: Expected `str`, found `str | Unknown | None`

dragonchain/transaction_processor/level_1_actions.py

[error] invalid-argument-type - :181:54 - Argument to function `set_current_block_level_sync` is incorrect: Expected `str`, found `str | Unknown | None`
[error] invalid-argument-type - :182:59 - Argument to function `schedule_block_for_broadcast_sync` is incorrect: Expected `str`, found `str | Unknown | None`

dragonchain/transaction_processor/level_2_actions.py

[error] invalid-argument-type - :54:37 - Argument to function `verify_transaction_count` is incorrect: Expected `str`, found `str | Unknown | None`
[error] invalid-argument-type - :54:53 - Argument to function `verify_transaction_count` is incorrect: Expected `str`, found `str | Unknown | None`
[error] invalid-argument-type - :107:42 - Argument to function `get_verifying_keys` is incorrect: Expected `str`, found `str | Unknown | None`

dragonchain/transaction_processor/level_5_actions.py

[error] invalid-argument-type - :140:27 - Argument to function `set_last_block_number` is incorrect: Expected `str`, found `str | Unknown | None`
[error] invalid-argument-type - :196:65 - Argument to function `put_document` is incorrect: Expected `str`, found `str | Unknown | None`

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

dulwich/worktree.py

[error] invalid-argument-type - :928:28 -
Old: Method `__getitem__` of type `bound method DiskRefsContainer.__getitem__(name: bytes) -> bytes` cannot be called with key of type `str | bytes` on object of type `DiskRefsContainer`
New: Method `__getitem__` of type `bound method RefsContainer.__getitem__(name: bytes) -> bytes` cannot be called with key of type `str | bytes` on object of type `RefsContainer`
[error] invalid-argument-type - :928:28 -
Old: Method `__getitem__` of type `bound method ReftableRefsContainer.__getitem__(name: bytes) -> bytes` cannot be called with key of type `str | bytes` on object of type `ReftableRefsContainer`
New: Method `__getitem__` of type `bound method RefsContainer.__getitem__(name: bytes) -> bytes` cannot be called with key of type `str | bytes` on object of type `RefsContainer`
[error] invalid-assignment - :933:17 -
Old: Method `__setitem__` of type `Unknown | (bound method DiskRefsContainer.__setitem__(name: bytes, ref: bytes) -> None) | (bound method ReftableRefsContainer.__setitem__(name: bytes, ref: bytes) -> None)` cannot be called with a key of type `str | bytes` and a value of type `bytes` on object of type `Unknown | DiskRefsContainer | ReftableRefsContainer`
New: Method `__setitem__` of type `Unknown | (bound method RefsContainer.__setitem__(name: bytes, ref: bytes) -> None)` cannot be called with a key of type `str | bytes` and a value of type `bytes` on object of type `Unknown | RefsContainer`

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

jax/_src/interpreters/partial_eval.py

[warning] possibly-missing-attribute - :2517:15 - Attribute `frame` on type `Trace[Unknown] | Unknown` may be missing
[error] unresolved-attribute - :2517:15 - Type `Trace[Unknown]` has no attribute `frame`

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

tests/native/test_x86_pcmpxstrx.py

[error] unsupported-operator - :8872:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :8876:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :8959:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :8963:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :9046:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :9050:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :9133:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :9137:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :9220:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :9224:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :9307:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :9311:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :9394:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :9398:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :9481:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :9485:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :9568:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :9572:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :9655:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :9659:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :9742:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :9746:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :9829:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :9833:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :9916:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :9920:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :10003:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :10007:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :10090:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :10094:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :10177:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :10181:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :10264:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :10268:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :10351:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :10355:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :10438:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :10442:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :10525:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :10529:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :10612:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :10616:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :10699:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :10703:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :10786:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :10790:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :10873:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :10877:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :10960:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :10964:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :11047:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :11051:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :11134:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :11138:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :11221:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :11225:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :11308:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :11312:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :11395:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :11399:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :11482:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :11486:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :11569:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :11573:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :11656:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :11660:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :11743:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :11747:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :11830:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :11834:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :11917:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :11921:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :12004:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :12008:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :12091:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :12095:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :12178:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :12182:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :12265:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :12269:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :12352:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :12356:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :12439:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :12443:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :12526:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :12530:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :12613:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :12617:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :12700:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :12704:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :12787:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :12791:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :12874:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :12878:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :12961:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :12965:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :13048:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :13052:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :13135:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :13139:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :13222:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :13226:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :13309:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :13313:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :13396:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :13400:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :13483:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :13487:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :13570:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :13574:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :13657:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :13661:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :13744:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :13748:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :13831:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :13835:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :13918:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :13922:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :14005:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :14009:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :14092:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :14096:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :14179:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :14183:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :14266:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :14270:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :14353:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :14357:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :14438:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :14442:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :14522:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :14526:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :14606:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :14610:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :14690:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :14694:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :14774:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :14778:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :14858:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :14862:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :14942:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :14946:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :15026:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :15030:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :15110:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :15114:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :15194:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :15198:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :15278:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :15282:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :15362:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :15366:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :15446:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :15450:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :15530:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :15534:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :15614:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :15618:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :15698:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :15702:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :15782:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :15786:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :15866:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :15870:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :15950:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :15954:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :16034:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :16038:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :16118:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :16122:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :16202:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :16206:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :16286:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :16290:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :16370:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :16374:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :16454:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :16458:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :16538:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :16542:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :16622:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :16626:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :16706:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :16710:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :16790:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :16794:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :16874:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :16878:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :16958:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :16962:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :17042:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :17046:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :17126:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :17130:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :17210:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :17214:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :17294:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :17298:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :17378:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :17382:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :17462:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :17466:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :17546:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :17550:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :17630:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :17634:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :17714:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :17718:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :17798:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :17802:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :17882:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :17886:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :17966:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :17970:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :18050:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :18054:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :18134:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :18138:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :18218:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :18222:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :18302:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :18306:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :18386:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :18390:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :18470:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :18474:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :18554:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :18558:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :18638:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :18642:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :18722:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :18726:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :18806:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :18810:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :18890:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :18894:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :18974:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :18978:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :19058:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :19062:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :19142:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :19146:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :19226:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :19230:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :19310:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :19314:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :19394:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :19398:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :19478:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :19482:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :19562:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :19566:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :19646:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :19650:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :19730:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :19734:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :19812:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :19816:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :19893:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :19897:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :19974:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :19978:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :20055:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :20059:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :20136:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :20140:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :20217:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :20221:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :20298:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :20302:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :20379:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :20383:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :20460:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :20464:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :20541:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :20545:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :20622:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :20626:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :20703:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :20707:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :20784:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :20788:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :20865:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :20869:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :20946:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :20950:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :21027:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :21031:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :21108:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :21112:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :21189:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :21193:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :21270:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :21274:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :21351:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :21355:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :21432:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :21436:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :21513:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :21517:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :21594:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :21598:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :21757:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :21761:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :21858:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :21862:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :21939:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :21943:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22020:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22024:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22101:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22105:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22182:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22186:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22263:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22267:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22344:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22348:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22425:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22429:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22506:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22510:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22587:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22591:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22668:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22672:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22749:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22753:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22830:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22834:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22911:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22915:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22992:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22996:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :23073:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :23077:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :23154:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :23158:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :23235:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :23239:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :23316:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :23320:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :23397:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :23401:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :23478:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :23482:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :23559:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :23563:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :23640:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :23644:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :23721:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :23725:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :23802:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :23806:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :23883:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :23887:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :23964:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :23968:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :24045:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :24049:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :24126:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :24130:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :24207:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :24211:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :24288:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :24292:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :24369:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :24373:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :24450:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :24454:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :24531:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :24535:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :24612:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :24616:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :24693:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :24697:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :24774:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :24778:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :24855:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :24859:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :24936:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :24940:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25017:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25021:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25098:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25102:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25177:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25181:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25255:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25259:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25333:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25337:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25411:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25415:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25489:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25493:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25567:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25571:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25645:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25649:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25723:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25727:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25801:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25805:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25879:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25883:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25957:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25961:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26035:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26039:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26113:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26117:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26191:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26195:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26269:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26273:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26347:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26351:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26425:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26429:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26503:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26507:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26581:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26585:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26659:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26663:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26737:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26741:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26815:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26819:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26893:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26897:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26971:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26975:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27049:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27053:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27127:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27131:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27205:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27209:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27283:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27287:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27361:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27365:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27439:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27443:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27517:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27521:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27595:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27599:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27673:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27677:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27751:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27755:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27829:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27833:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27907:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27911:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27985:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27989:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :28063:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :28067:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :28141:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :28145:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :28219:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :28223:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :28297:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :28301:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :28375:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :28379:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :28453:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :28457:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :28531:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :28535:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :28609:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :28613:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :28687:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :28691:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :28765:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :28769:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :28843:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :28847:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :28921:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :28925:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :28999:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :29003:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :29077:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :29081:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :29155:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :29159:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :29233:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :29237:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :29311:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :29315:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :29389:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :29393:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :29467:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :29471:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :29545:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :29549:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :29623:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :29627:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :29701:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :29705:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :29779:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :29783:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :29857:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :29861:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :29935:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :29939:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :30013:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :30017:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :30091:34 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :30095:29 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | Expression` and `int`
New: Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`

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

mesonbuild/dependencies/qt.py

[error] invalid-argument-type - :201:80 - Argument to function `_qt_get_private_includes` is incorrect: Expected `str`, found `str | None`

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

pandas/tests/copy_view/test_internals.py

[warning] possibly-missing-attribute - :99:12 - Attribute `clear_counter` on type `BlockValuesRefs | Unknown` may be missing
[error] unresolved-attribute - :99:12 - Type `BlockValuesRefs` has no attribute `clear_counter`
[warning] possibly-missing-attribute - :105:12 - Attribute `clear_counter` on type `BlockValuesRefs | Unknown` may be missing
[error] unresolved-attribute - :105:12 - Type `BlockValuesRefs` has no attribute `clear_counter`
[warning] possibly-missing-attribute - :112:12 - Attribute `clear_counter` on type `BlockValuesRefs | Unknown` may be missing
[error] unresolved-attribute - :112:12 - Type `BlockValuesRefs` has no attribute `clear_counter`

pandas/tests/frame/methods/test_transpose.py

[warning] possibly-missing-attribute - :144:33 - Attribute `_ndarray` on type `ndarray[@Todo, Unknown] | ExtensionArray | Unknown` may be missing
[warning] possibly-missing-attribute - :144:68 - Attribute `_ndarray` on type `ndarray[@Todo, Unknown] | ExtensionArray | Unknown` may be missing
[error] unresolved-attribute - :144:33 - Type `ndarray[@Todo, Unknown] | ExtensionArray` has no attribute `_ndarray`
[error] unresolved-attribute - :144:68 - Type `ndarray[@Todo, Unknown] | ExtensionArray` has no attribute `_ndarray`
[warning] possibly-missing-attribute - :196:20 - Attribute `_data` on type `ndarray[@Todo, Unknown] | ExtensionArray | Unknown` may be missing
[error] unresolved-attribute - :196:20 - Type `ndarray[@Todo, Unknown] | ExtensionArray` has no attribute `_data`

pandas/tests/frame/test_constructors.py

[warning] possibly-missing-attribute - :298:16 -
Old: Attribute `flags` on type `ndarray[@Todo, Unknown] | ExtensionArray | Unknown` may be missing
New: Attribute `flags` on type `ndarray[@Todo, Unknown] | ExtensionArray` may be missing

pandas/tests/groupby/aggregate/test_cython.py

[warning] possibly-missing-attribute - :290:5 -
Old: Attribute `flags` on type `ndarray[@Todo, Unknown] | ExtensionArray | Unknown` may be missing
New: Attribute `flags` on type `ndarray[@Todo, Unknown] | ExtensionArray` may be missing

pandas/tests/io/formats/style/test_style.py

[error] invalid-argument-type - :1326:20 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | list[@Todo] | None`

pandas/tests/reshape/concat/test_concat.py

[warning] possibly-missing-attribute - :58:36 -
Old: Attribute `base` on type `ndarray[@Todo, Unknown] | ExtensionArray | Unknown` may be missing
New: Attribute `base` on type `ndarray[@Todo, Unknown] | ExtensionArray` may be missing
[warning] possibly-missing-attribute - :60:36 -
Old: Attribute `base` on type `ndarray[@Todo, Unknown] | ExtensionArray | Unknown` may be missing
New: Attribute `base` on type `ndarray[@Todo, Unknown] | ExtensionArray` may be missing
[warning] possibly-missing-attribute - :78:36 -
Old: Attribute `base` on type `ndarray[@Todo, Unknown] | ExtensionArray | Unknown` may be missing
New: Attribute `base` on type `ndarray[@Todo, Unknown] | ExtensionArray` may be missing

pandas/tests/reshape/merge/test_merge.py

[warning] possibly-missing-attribute - :1460:13 -
Old: Attribute `flags` on type `ndarray[@Todo, Unknown] | ExtensionArray | Unknown` may be missing
New: Attribute `flags` on type `ndarray[@Todo, Unknown] | ExtensionArray` may be missing

pandas/tests/series/indexing/test_setitem.py

[warning] possibly-missing-attribute - :445:16 - Attribute `_ndarray` on type `ndarray[@Todo, Unknown] | ExtensionArray | Unknown` may be missing
[error] unresolved-attribute - :445:16 - Type `ndarray[@Todo, Unknown] | ExtensionArray` has no attribute `_ndarray`

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

pandera/api/pyspark/container.py

[error] not-iterable - :585:22 - Object of type `Unknown | (list[Unknown] & ~Check) | list[Unknown | (list[Unknown] & Check)] | None` may not be iterable
[error] not-iterable - :589:28 - Object of type `(Unknown & ~None & ~(() -> object)) | (list[str] & ~(() -> object)) | (((...) -> Unknown) & ~str & ~(() -> object)) | (list[Unknown | str] & ~(() -> object))` may not be iterable

tests/pandas/test_schemas.py

[error] invalid-argument-type - :619:16 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | (list[Unknown] & ~Check) | list[Unknown | (list[Unknown] & Check)] | None`
[error] invalid-argument-type - :620:16 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | (list[Unknown] & ~Check) | list[Unknown | (list[Unknown] & Check)] | None`
[error] invalid-argument-type - :621:16 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | (list[Unknown] & ~Check) | list[Unknown | (list[Unknown] & Check)] | None`

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

src/pip/_internal/cli/index_command.py

[error] invalid-assignment - :133:9 - Object of type `Any` is not assignable to attribute `prompting` on type `Unknown | MultiDomainBasicAuth | None`
[error] invalid-assignment - :134:9 - Object of type `Any` is not assignable to attribute `keyring_provider` on type `Unknown | MultiDomainBasicAuth | None`

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

sklearn/linear_model/tests/test_passive_aggressive.py

[warning] possibly-missing-attribute - :154:29 -
Old: Attribute `ravel` on type `Unknown | None` may be missing
New: Attribute `ravel` on type `Unknown | None | csr_matrix[Any]` may be missing
[warning] possibly-missing-attribute - :291:29 -
Old: Attribute `ravel` on type `Unknown | None` may be missing
New: Attribute `ravel` on type `Unknown | None | csr_matrix[Any]` may be missing

sklearn/linear_model/tests/test_perceptron.py

[warning] possibly-missing-attribute - :60:39 -
Old: Attribute `ravel` on type `Unknown | None` may be missing
New: Attribute `ravel` on type `Unknown | None | csr_matrix[Any]` may be missing

sklearn/linear_model/tests/test_ridge.py

[warning] possibly-missing-attribute - :548:12 - Attribute `shape` on type `Unknown | float` may be missing
[error] unresolved-attribute - :554:12 - Type `float` has no attribute `shape`
[error] non-subscriptable - :579:25 - Cannot subscript object of type `float` with no `__getitem__` method
[error] non-subscriptable - :580:25 - Cannot subscript object of type `float` with no `__getitem__` method

tornado (https://github.com/tornadoweb/tornado)

tornado/test/iostream_test.py

[warning] possibly-missing-attribute - :1128:34 -
Old: Attribute `cipher` on type `Unknown | None | SSLSocket` may be missing
New: Attribute `cipher` on type `Unknown | None | socket` may be missing

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

test/test_http2_connection.py

[warning] possibly-missing-attribute - :246:19 - Attribute `sendall` on type `socket | @Todo | SSLTransport | None` may be missing
[warning] possibly-missing-attribute - :279:19 - Attribute `sendall` on type `socket | @Todo | SSLTransport | None` may be missing
[warning] possibly-missing-attribute - :312:19 - Attribute `sendall` on type `socket | @Todo | SSLTransport | None` may be missing
[warning] possibly-missing-attribute - :334:19 - Attribute `sendall` on type `socket | @Todo | SSLTransport | None` may be missing
[warning] possibly-missing-attribute - :133:9 - Attribute `sendall` on type `socket | @Todo | SSLTransport | None` may be missing
[warning] possibly-missing-attribute - :150:9 - Attribute `sendall` on type `socket | @Todo | SSLTransport | None` may be missing
[warning] possibly-missing-attribute - :173:9 - Attribute `sendall` on type `socket | @Todo | SSLTransport | None` may be missing
[warning] possibly-missing-attribute - :205:17 - Attribute `sendall` on type `socket | @Todo | SSLTransport | None` may be missing
[warning] possibly-missing-attribute - :229:13 - Attribute `sendall` on type `socket | @Todo | SSLTransport | None` may be missing