Ecosystem report

Old: main (merge base) 60d46947 New: 23602/merge 5695f3cf
Lint Rule Removed Added Changed
Total 4 4 0
invalid-argument-type 0 3 0
unresolved-attribute 3 0 0
call-non-callable 1 0 0
invalid-return-type 0 1 0
Project Removed Added Changed
Total 4 4 0
dd-trace-py 3 0 0
core 0 2 0
discord.py 0 1 0
psycopg 0 1 0
pybind11 1 0 0
scikit-build-core flaky 0 0 0

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

homeassistant/components/http/forwarded.py

[error] invalid-argument-type - Argument to bound method `clone` is incorrect: Expected `Mapping[str, str] | Mapping[istr, str] | Iterable[tuple[str, str]] | _SENTINEL`, found `str`
[error] invalid-argument-type - Argument to bound method `clone` is incorrect: Expected `int | _SENTINEL`, found `str`

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

ddtrace/vendor/psutil/_psposix.py

[error] call-non-callable - Object of type `IntEnum` is not callable

ddtrace/vendor/psutil/_pslinux.py

[error] unresolved-attribute - Object of type `IntEnum` has no attribute `AF_LINK`

ddtrace/vendor/psutil/_pswindows.py

[error] unresolved-attribute - Object of type `IntEnum` has no attribute `AF_LINK`

discord.py (https://github.com/Rapptz/discord.py)

discord/http.py

[error] invalid-argument-type - Argument to bound method `ws_connect` is incorrect: Expected `ClientWSTimeout | _SENTINEL`, found `ClientWSTimeout | float`

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

psycopg/psycopg/types/enum.py

[error] invalid-return-type - Return type does not match returned value: expected `Enum`, found `type[Enum]`

pybind11 (https://github.com/pybind/pybind11)

tests/test_native_enum.py

[error] unresolved-attribute - Object of type `IntEnum` has no attribute `mem`