Ecosystem report

Old: main (merge base) dba3619f New: 25514/merge 87f647ee
Lint Rule Removed Added Changed
Total 9 4 1
invalid-argument-type 9 1 0
unresolved-attribute 0 3 0
invalid-assignment 0 0 1
Project Removed Added Changed
Total 9 4 1
ibis 7 0 0
anyio 0 3 0
urllib3 0 1 1
core 1 0 0
scipy 1 0 0

anyio (https://github.com/agronholm/anyio)

src/anyio/_backends/_asyncio.py

[error] unresolved-attribute - Attribute `run` is not defined on `None` in union `(Unknown & ~None) | None | Context`
[error] unresolved-attribute - Attribute `create_task` is not defined on `None` in union `AbstractEventLoop | None`
[error] unresolved-attribute - Attribute `run_until_complete` is not defined on `None` in union `AbstractEventLoop | None`

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

homeassistant/components/wilight/support.py

[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `_localized_day`

ibis (https://github.com/ibis-project/ibis)

ibis/backends/polars/compiler.py

[error] invalid-argument-type - Argument to constructor `enumerate.__new__` is incorrect: Expected `Iterable[Unknown]`, found `_localized_day`

ibis/backends/sql/compilers/base.py

[error] invalid-argument-type - Argument to constructor `enumerate.__new__` is incorrect: Expected `Iterable[Unknown]`, found `_localized_day`

ibis/backends/sql/compilers/clickhouse.py

[error] invalid-argument-type - Argument to constructor `enumerate.__new__` is incorrect: Expected `Iterable[Unknown]`, found `_localized_day`

ibis/backends/sql/compilers/datafusion.py

[error] invalid-argument-type - Argument to constructor `enumerate.__new__` is incorrect: Expected `Iterable[Unknown]`, found `_localized_day`

ibis/backends/sql/compilers/mssql.py

[error] invalid-argument-type - Argument to constructor `enumerate.__new__` is incorrect: Expected `Iterable[Unknown]`, found `_localized_day`

ibis/backends/sql/compilers/pyspark.py

[error] invalid-argument-type - Argument to constructor `enumerate.__new__` is incorrect: Expected `Iterable[Unknown]`, found `_localized_day`

ibis/backends/tests/test_temporal.py

[error] invalid-argument-type - Argument to function `simplefilter` is incorrect: Expected `type[Warning]`, found `tuple[<class 'UserWarning'>, Unknown]`

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

scipy/optimize/tests/test__shgo.py

[error] invalid-argument-type - Argument to function `simplefilter` is incorrect: Expected `type[Warning]`, found `tuple[<class 'OptimizeWarning'>, <class 'RuntimeWarning'>]`

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

test/__init__.py

[error] invalid-argument-type - Argument to function `issubclass` is incorrect: Expected `type`, found `type[Warning] | tuple[type[Warning], ...]`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `Sequence[tuple[str, Pattern[str] | None, type[Warning], Pattern[str] | None, int]]`
[error] invalid-assignment - Cannot assign to a subscript on an object of type `Sequence[tuple[str, Pattern[str] | None, type[Warning] | tuple[type[Warning], ...], Pattern[str] | None, int]]`