Summary

Comparing branches/commits:
Old: main (merge base) dc64c086
New: 20377/merge 0b0d1563
Lint Rule Removed Added Changed
Total 7 0 0
invalid-argument-type 6 0 0
parameter-already-assigned 1 0 0

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

homeassistant/components/lovelace/websocket.py

[error] invalid-argument-type - :58:46 - Argument to bound method `send_error` is incorrect: Expected `dict[str, Any] | None`, found `str`

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

jax/_src/interpreters/pxla.py

[error] invalid-argument-type - :1771:45 - Argument is incorrect: Expected `MismatchType`, found `Sequence[Device] | MismatchType | Any | None`
[error] invalid-argument-type - :1771:45 - Argument is incorrect: Expected `Sequence[Device]`, found `Sequence[Device] | MismatchType | Any | None`
[error] invalid-argument-type - :1771:45 - Argument is incorrect: Expected `SourceInfo | None`, found `Sequence[Device] | MismatchType | Any | None`

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

pandas/tests/util/test_assert_extension_array_equal.py

[error] invalid-argument-type - :108:41 - Argument to function `assert_extension_array_equal` is incorrect: Expected `bool | Literal["equiv"]`, found `@Todo | SparseArray`
[error] invalid-argument-type - :108:41 - Argument to function `assert_extension_array_equal` is incorrect: Expected `str`, found `@Todo | SparseArray`

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

xarray/tests/test_groupby.py

[error] parameter-already-assigned - :3059:32 - Multiple values provided for parameter `freq` of function `date_range`