Summary

Comparing branches/commits:
Old: main (merge base) b93d8f2b
New: 21070/merge 4810ee56
Lint Rule Removed Added Changed
Total 5 2 1
invalid-assignment 1 2 0
invalid-argument-type 2 0 0
index-out-of-bounds 1 0 0
invalid-return-type 0 0 1
unused-ignore-comment 1 0 0

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

tests/test_result.py

[error] invalid-argument-type - :491:21 - Argument to bound method `or_else` is incorrect: Expected `Result[Literal[42], Any]`, found `Result[Literal[0], Any]`
[error] invalid-argument-type - :509:21 - Argument to bound method `or_else` is incorrect: Expected `Result[Any, Literal["original error"]]`, found `Result[Any, Literal["new error"]]`

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

homeassistant/helpers/service.py

[error] invalid-assignment - :913:9 - Object of type `object` is not assignable to `ServiceResponse`

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

dulwich/pack.py

[warning] unused-ignore-comment - :1703:83 - Unused blanket `type: ignore` directive

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

jax/_src/interpreters/mlir.py

[error] invalid-assignment - :1484:5 - Object of type `OrderedDict[str, Unknown]` is not assignable to attribute `_tokens` of type `OrderedDict[Effect, Unknown]`

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

pydantic/_internal/_validators.py

[error] invalid-return-type - :161:16 -
Old: Return type does not match returned value: expected `Pattern[bytes]`, found `Pattern[str | bytes]`
New: Return type does not match returned value: expected `Pattern[bytes]`, found `Pattern[bytes | str]`

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

rotkehlchen/exchanges/coinbase.py

[error] invalid-assignment - :524:20 - Object of type `dict[Unknown, Unknown]` is not assignable to `defaultdict[str, list[dict[Unknown, Unknown]]]`

sphinx (https://github.com/sphinx-doc/sphinx)

sphinx/domains/python/__init__.py

[error] index-out-of-bounds - :672:42 - Index 0 is out of bounds for string `Literal[""]` with length 0