Ecosystem report

Old: main (merge base) 690ef81f New: 24237/merge 3e9925ae
Lint Rule Removed Added Changed
Total 18 0 0
unresolved-attribute 6 0 0
possibly-unresolved-reference 4 0 0
invalid-argument-type 3 0 0
missing-argument 2 0 0
no-matching-overload 2 0 0
unsupported-operator 1 0 0
Project Removed Added Changed
Total 18 0 0
ibis 4 0 0
core 2 0 0
pandas 2 0 0
prefect flaky 2 0 0
pycryptodome 2 0 0
colour 1 0 0
django-stubs 1 0 0
freqtrade 1 0 0
meson 1 0 0
pandera 1 0 0
xarray 1 0 0
scikit-build-core flaky 0 0 0

colour (https://github.com/colour-science/colour)

colour/plotting/models.py

[error] invalid-argument-type - Argument to function `RGB_to_RGB` is incorrect: Expected `bool`, found `int | str | float | Any`

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

homeassistant/components/recorder/statistics.py

[warning] possibly-unresolved-reference - Name `new_max` used when possibly not defined
[warning] possibly-unresolved-reference - Name `new_min` used when possibly not defined

django-stubs (https://github.com/typeddjango/django-stubs)

mypy_django_plugin/lib/helpers.py

[warning] possibly-unresolved-reference - Name `model_type` used when possibly not defined

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

freqtrade/exchange/exchange_utils.py

[warning] possibly-unresolved-reference - Name `res` used when possibly not defined

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

ibis/expr/datatypes/tests/test_value.py

[error] missing-argument - No argument provided for required parameter `value_type`
[error] missing-argument - No argument provided for required parameter `value_type`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Float64`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Float64`

meson (https://github.com/mesonbuild/meson)

mesonbuild/backend/vs2010backend.py

[error] unresolved-attribute - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`

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

pandas/core/groupby/grouper.py

[error] unresolved-attribute - Attribute `ordered` is not defined on `Index`, `ndarray[tuple[Any, ...], dtype[Any]]` in union `Unknown | Index | ndarray[tuple[Any, ...], dtype[Any]] | Categorical`

pandas/core/indexes/interval.py

[error] unsupported-operator - Operator `*` is not supported between objects of type `Number | number[Any, int | float | complex] | None | Unknown` and `float`

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

tests/pandas/test_schema_statistics.py

[error] no-matching-overload - No overload of function `to_datetime` matches arguments

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

src/prefect/server/database/dependencies.py

[error] unresolved-attribute - Object of type `Self@__doc__` has no attribute `_func`
[error] unresolved-attribute - Object of type `Self@__doc__` has no attribute `_func`

pycryptodome (https://github.com/Legrandin/pycryptodome)

lib/Crypto/PublicKey/RSA.py

[error] unresolved-attribute - Object of type `Self@_encrypt` has no attribute `_e`
[error] unresolved-attribute - Object of type `Self@_encrypt` has no attribute `_n`

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

xarray/tests/test_groupby.py

[error] no-matching-overload - No overload of function `cut` matches arguments