Ecosystem report

Old: main (merge base) 14bd2b27 New: 23552/merge a3515d5b
Lint Rule Removed Added Changed
Total 0 0 7
unresolved-attribute 0 0 5
invalid-return-type 0 0 1
not-iterable 0 0 1
Project Removed Added Changed
Total 0 0 7
spack flaky 0 0 4
pylint 0 0 1
scipy flaky 0 0 1
static-frame flaky 0 0 1
Expression flaky 0 0 0
PyGithub flaky 0 0 0
artigraph 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
ibis 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

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

pylint/checkers/async_checker.py

[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `(Unknown & ~AlwaysTruthy) | (Unknown & ~AlwaysFalsy) | None`
[error] unresolved-attribute - Attribute `name` is not defined on `None` in union `Unknown | None`

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

subprojects/pyprima/pyprima/pyprima/src/pyprima/common/selectx.py

[error] invalid-return-type - Return type does not match returned value: expected `builtins.bool`, found `builtins.bool | (numpy.bool[builtins.bool] & ~AlwaysTruthy) | (numpy.bool[builtins.bool] & ~AlwaysFalsy) | Any`
[error] invalid-return-type - Return type does not match returned value: expected `builtins.bool`, found `builtins.bool | numpy.bool[builtins.bool] | Any`

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

lib/spack/spack/package_base.py

[error] unresolved-attribute - Object of type `(Self@__init__ & <Protocol with members 'executables'> & ~<Protocol with members 'libraries'>) | (Self@__init__ & <Protocol with members 'libraries'> & ~<Protocol with members 'executables'>)` has no attribute `namespace`
[error] unresolved-attribute - Object of type `(Self@__init__ & <Protocol with members 'libraries'> & ~<Protocol with members 'executables'>) | (Self@__init__ & <Protocol with members 'executables'> & ~<Protocol with members 'libraries'>)` has no attribute `namespace`
[error] unresolved-attribute - Object of type `(Self@__init__ & <Protocol with members 'executables'> & ~<Protocol with members 'libraries'>) | (Self@__init__ & <Protocol with members 'libraries'> & ~<Protocol with members 'executables'>)` has no attribute `name`
[error] unresolved-attribute - Object of type `(Self@__init__ & <Protocol with members 'libraries'> & ~<Protocol with members 'executables'>) | (Self@__init__ & <Protocol with members 'executables'> & ~<Protocol with members 'libraries'>)` has no attribute `name`
[error] unresolved-attribute - Object of type `(Self@__init__ & <Protocol with members 'executables'> & ~<Protocol with members 'libraries'> & ~<Protocol with members 'determine_version'>) | (Self@__init__ & <Protocol with members 'libraries'> & ~<Protocol with members 'executables'> & ~<Protocol with members 'determine_version'>)` has no attribute `name`
[error] unresolved-attribute - Object of type `(Self@__init__ & <Protocol with members 'libraries'> & ~<Protocol with members 'executables'> & ~<Protocol with members 'determine_version'>) | (Self@__init__ & <Protocol with members 'executables'> & ~<Protocol with members 'libraries'> & ~<Protocol with members 'determine_version'>)` has no attribute `name`
[error] unresolved-attribute - Object of type `(Self@__init__ & <Protocol with members 'executables'> & ~<Protocol with members 'libraries'> & ~<Protocol with members 'determine_version'>) | (Self@__init__ & <Protocol with members 'libraries'> & ~<Protocol with members 'executables'> & ~<Protocol with members 'determine_version'>)` has no attribute `namespace`
[error] unresolved-attribute - Object of type `(Self@__init__ & <Protocol with members 'libraries'> & ~<Protocol with members 'executables'> & ~<Protocol with members 'determine_version'>) | (Self@__init__ & <Protocol with members 'executables'> & ~<Protocol with members 'libraries'> & ~<Protocol with members 'determine_version'>)` has no attribute `namespace`

static-frame (https://github.com/static-frame/static-frame)

static_frame/core/util.py

[error] not-iterable - Object of type `<Protocol with members '__iter__'> & ~date & ~datetime64[date | int | None] & ~int & ~Top[integer[Any]] & ~<Protocol with members '__len__'>` is not iterable
[error] not-iterable - Object of type `<Protocol with members '__iter__'> & ~<Protocol with members '__len__'> & ~date & ~datetime64[date | int | None] & ~int & ~Top[integer[Any]]` is not iterable