Ecosystem report

Old: main (merge base) 73de014e New: 25191/merge 26e8dcf2
Lint Rule Removed Added Changed
Total 5 13 0
invalid-assignment 0 13 0
unused-type-ignore-comment 5 0 0
Project Removed Added Changed
Total 5 13 0
isort 0 6 0
pyppeteer 4 0 0
PyGithub 1 0 0
core 0 1 0
discord.py 0 1 0
pandas 0 1 0
pip 0 1 0
prefect 0 1 0
tornado 0 1 0
urllib3 0 1 0

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

github/Requester.py

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

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

homeassistant/components/switchbot_cloud/light.py

[error] invalid-assignment - Object of type `tuple[int, ...] | None` is not assignable to attribute `_attr_rgb_color` of type `tuple[int, int, int] | None`

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

discord/components.py

[error] invalid-assignment - Cannot assign to read-only property `type` on object of type `Self@__init__`: Attempted assignment to `Self@__init__.type` here

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

isort/settings.py

[error] invalid-assignment - Property `_known_patterns` defined in `Self@__init__` is read-only
[error] invalid-assignment - Property `_section_comments` defined in `Self@__init__` is read-only
[error] invalid-assignment - Property `_section_comments_end` defined in `Self@__init__` is read-only
[error] invalid-assignment - Property `_skips` defined in `Self@__init__` is read-only
[error] invalid-assignment - Property `_skip_globs` defined in `Self@__init__` is read-only
[error] invalid-assignment - Property `_sorting_function` defined in `Self@__init__` is read-only

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

pandas/io/common.py

[error] invalid-assignment - Object of type `ZipFile` is not assignable to attribute `buffer` of type `BytesIO`

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

src/pip/_vendor/urllib3/exceptions.py

[error] invalid-assignment - Object of type `int` is not assignable to attribute `partial` of type `bytes`

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

src/prefect/server/utilities/database.py

[error] invalid-assignment - Object of type `type[TypeEngine[Any]] | TypeEngine[Any]` is not assignable to attribute `impl` of type `<class 'JSON'>`

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

pyppeteer/connection.py

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

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

tornado/web.py

[error] invalid-assignment - Object of type `dict[str, UIModule]` is not assignable to attribute `_active_modules` on type `Self@_ui_module & ~<Protocol with members '_active_modules'>`

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

src/urllib3/exceptions.py

[error] invalid-assignment - Object of type `int` is not assignable to attribute `partial` of type `bytes`