Ecosystem report

Old: main (merge base) e5f2f36a New: 23277/merge d6aba4ab
Lint Rule Removed Added Changed
Total 6 1 0
invalid-argument-type 3 0 0
invalid-method-override 3 0 0
unresolved-attribute 0 1 0
Project Removed Added Changed
Total 6 1 0
pywin32 3 0 0
ibis flaky 1 1 0
scipy flaky 1 0 0
spack flaky 1 0 0
Expression flaky 0 0 0
PyGithub flaky 0 0 0
bokeh flaky 0 0 0
cloud-init flaky 0 0 0
colour flaky 0 0 0
core flaky 0 0 0
dd-trace-py flaky 0 0 0
jax flaky 0 0 0
materialize flaky 0 0 0
meson flaky 0 0 0
openlibrary flaky 0 0 0
pandas flaky 0 0 0
pandas-stubs flaky 0 0 0
pip flaky 0 0 0
porcupine flaky 0 0 0
prefect flaky 0 0 0

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

ibis/backends/tests/tpc/ds/test_queries.py

[error] unresolved-attribute - Object of type `Sequence[str]` has no attribute `lower`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(int | slice[int | None, int | None, int | None], /) -> Sequence[str]`, found `Overload[(index: int) -> str, (index: slice[int | None, int | None, int | None]) -> Sequence[str]]`

pywin32 (https://github.com/mhammond/pywin32)

win32/Lib/win32timezone.py

[error] invalid-method-override - Invalid override of method `tzname`: Definition is incompatible with `tzinfo.tzname`
[error] invalid-method-override - Invalid override of method `utcoffset`: Definition is incompatible with `tzinfo.utcoffset`
[error] invalid-method-override - Invalid override of method `dst`: Definition is incompatible with `tzinfo.dst`

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

subprojects/unuran/get_and_clean_unuran.py

[error] invalid-argument-type - Argument to function `copyfileobj` is incorrect: Expected `SupportsWrite[bytes | str]`, found `_TemporaryFileWrapper[bytes]`

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

lib/spack/spack/hooks/sbang.py

[error] invalid-argument-type - Argument to function `copyfileobj` is incorrect: Expected `SupportsWrite[bytes | str]`, found `_TemporaryFileWrapper[bytes]`