Ecosystem report

Old: main (merge base) 9b03f2b2 New: 24793/merge ae983637
Lint Rule Removed Added Changed
Total 15 62 0
unresolved-attribute 0 58 0
unused-type-ignore-comment 12 0 0
type-assertion-failure 3 0 0
possibly-missing-attribute 0 2 0
invalid-argument-type 0 1 0
invalid-assignment 0 1 0
Project Removed Added Changed
Total 15 62 0
discord.py 0 15 0
jinja 5 1 0
nox 0 6 0
spack 5 1 0
beartype 0 5 0
pandas 0 5 0
CPython (Argument Clinic) 0 3 0
hydpy 3 0 0
meson 0 3 0
scipy 0 3 0
CPython (peg_generator) 0 2 0
boostedblob 2 0 0
core 0 2 0
pegen 0 2 0
trio 0 2 0
zulip 0 2 0
Tanjun 0 1 0
dd-trace-py 0 1 0
freqtrade 0 1 0
hydra-zen 0 1 0

CPython (Argument Clinic) (https://github.com/python/cpython)

Tools/clinic/libclinic/converter.py

[error] unresolved-attribute - Object of type `CConverterClassT@add_default_legacy_c_converter` has no attribute `format_unit`
[error] unresolved-attribute - Object of type `CConverterClassT@add_default_legacy_c_converter` has no attribute `format_unit`
[error] unresolved-attribute - Object of type `CConverterClassT@add_default_legacy_c_converter` has no attribute `format_unit`

CPython (peg_generator) (https://github.com/python/cpython)

Tools/peg_generator/pegen/parser.py

[error] unresolved-attribute - Object of type `F@logger` has no attribute `__name__`
[error] unresolved-attribute - Object of type `F@memoize` has no attribute `__name__`

Tanjun (https://github.com/FasterSpeeding/Tanjun)

tanjun/commands/message.py

[error] unresolved-attribute - Object of type `_MessageCallbackSigT@MessageCommand` has no attribute `__name__`

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

beartype/_util/api/standard/utilfunctools.py

[error] unresolved-attribute - Object of type `BeartypeableT@beartype_functools_lru_cache & Top[(...) -> object]` has no attribute `cache_parameters`

beartype/_decor/_nontype/_decordescriptor.py

[error] invalid-argument-type - Argument to function `beartype_func` is incorrect: Argument type `((Any, /) -> Any) | None` does not satisfy upper bound `((...) -> Any) | classmethod[Unknown, (...), Unknown] | property` of type variable `BeartypeableT`

beartype/_util/cache/utilcachecall.py

[error] unresolved-attribute - Object of type `CallableT@callable_cached` has no attribute `__name__`
[error] unresolved-attribute - Object of type `CallableT@method_cached_arg_by_id` has no attribute `__name__`
[error] unresolved-attribute - Object of type `CallableT@property_cached` has no attribute `__name__`

boostedblob (https://github.com/hauntsaninja/boostedblob)

boostedblob/path.py

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

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

homeassistant/components/sonos/helpers.py

[warning] possibly-missing-attribute - Attribute `soco` may be missing on object of type `_T@wrapper`

homeassistant/scripts/benchmark/__init__.py

[error] unresolved-attribute - Object of type `_CallableT@benchmark` has no attribute `__name__`

dd-trace-py (https://github.com/DataDog/dd-trace-py)

ddtrace/testing/internal/logging.py

[error] unresolved-attribute - Object of type `F@decorator` has no attribute `__name__`

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

discord/app_commands/commands.py

[error] unresolved-attribute - Unresolved attribute `__discord_app_commands_base_function__` on type `F@mark_overrideable`

discord/client.py

[error] unresolved-attribute - Object of type `CoroT@event` has no attribute `__name__`
[error] unresolved-attribute - Object of type `CoroT@event` has no attribute `__name__`

discord/ext/commands/cog.py

[error] unresolved-attribute - Unresolved attribute `__cog_special_method__` on type `FuncT@_cog_special_method`
[error] unresolved-attribute - Object of type `FuncT@_get_overridden_method` has no attribute `__func__`
[error] unresolved-attribute - Unresolved attribute `__cog_listener__` on type `Top[(...) -> Coroutine[Any, Any, Any]]`
[error] unresolved-attribute - Object of type `Top[(...) -> Coroutine[Any, Any, Any]]` has no attribute `__name__`
[error] unresolved-attribute - Object of type `Top[(...) -> Coroutine[Any, Any, Any]]` has no attribute `__cog_listener_names__`
[error] unresolved-attribute - Unresolved attribute `__cog_listener_names__` on type `Top[(...) -> Coroutine[Any, Any, Any]]`

discord/ext/commands/help.py

[error] unresolved-attribute - Unresolved attribute `__help_command_not_overridden__` on type `FuncT@_not_overridden`

discord/ext/tasks/__init__.py

[error] unresolved-attribute - Object of type `LF@Loop` has no attribute `__qualname__`
[error] unresolved-attribute - Object of type `LF@Loop` has no attribute `__qualname__`
[error] unresolved-attribute - Object of type `LF@Loop` has no attribute `__qualname__`
[error] unresolved-attribute - Object of type `LF@Loop` has no attribute `__name__`
[error] unresolved-attribute - Object of type `LF@Loop` has no attribute `__name__`

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

freqtrade/exchange/common.py

[error] unresolved-attribute - Object of type `F@retrier` has no attribute `__name__`

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

hydpy/core/importtools.py

[error] type-assertion-failure - Type `Unknown & ~Literal[0] & ~Literal[1]` is not equivalent to `Never`
[error] type-assertion-failure - Type `Unknown & ~Literal[0] & ~Literal[1]` is not equivalent to `Never`
[error] type-assertion-failure - Type `Unknown & ~Literal[0] & ~Literal[1]` is not equivalent to `Never`

hydra-zen (https://github.com/mit-ll-responsible-ai/hydra-zen)

src/hydra_zen/third_party/beartype.py

[error] invalid-assignment - Object of type `(bound method _T@validates_with_beartype.__init__() -> None) & (Overload[(o: object, /) -> None, (name: str, bases: tuple[type, ...], dict: dict[str, Any], /, **kwds: Any) -> None])` is not assignable to attribute `__init__` on type `_T@validates_with_beartype & type`

jax (https://github.com/google/jax)

jax/_src/api.py

[error] unresolved-attribute - Object of type `F@named_call` has no attribute `__name__`

jinja (https://github.com/pallets/jinja)

src/jinja2/sandbox.py

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

src/jinja2/utils.py

[error] unresolved-attribute - Object of type `F@internalcode` has no attribute `__code__`
[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

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

mesonbuild/interpreterbase/baseobjects.py

[error] unresolved-attribute - Unresolved attribute `meson_method` on type `TV_func@decorator`
[error] unresolved-attribute - Unresolved attribute `meson_operator` on type `TV_func@decorator`

mesonbuild/rewriter.py

[error] unresolved-attribute - Object of type `TV_func@__call__` has no attribute `__name__`

nox (https://github.com/wntrblm/nox)

nox/_decorators.py

[error] unresolved-attribute - Object of type `T@_copy_func` has no attribute `__code__`
[error] unresolved-attribute - Object of type `T@_copy_func` has no attribute `__globals__`
[error] unresolved-attribute - Object of type `T@_copy_func` has no attribute `__name__`
[error] unresolved-attribute - Object of type `T@_copy_func` has no attribute `__defaults__`
[error] unresolved-attribute - Object of type `T@_copy_func` has no attribute `__closure__`
[error] unresolved-attribute - Object of type `T@_copy_func` has no attribute `__kwdefaults__`

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

pandas/compat/__init__.py

[error] unresolved-attribute - Unresolved attribute `__name__` on type `F@set_function_name`
[error] unresolved-attribute - Unresolved attribute `__qualname__` on type `F@set_function_name`

pandas/core/nanops.py

[error] unresolved-attribute - Object of type `F@__call__` has no attribute `__name__`
[error] unresolved-attribute - Object of type `F@__call__` has no attribute `__name__`

pandas/core/strings/accessor.py

[error] unresolved-attribute - Object of type `F@_forbid_nonstring_types` has no attribute `__name__`

pegen (https://github.com/we-like-parsers/pegen)

src/pegen/parser.py

[error] unresolved-attribute - Object of type `F@logger` has no attribute `__name__`
[error] unresolved-attribute - Object of type `F@memoize` has no attribute `__name__`

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

psycopg/psycopg/pq/_debug.py

[error] unresolved-attribute - Object of type `Func@debugging` has no attribute `__name__`

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

pwndbg/aglib/heap/ptmalloc.py

[warning] possibly-missing-attribute - Attribute `keys` may be missing on object of type `TheType@GlibcMemoryAllocator`

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

pydantic/v1/decorator.py

[error] unresolved-attribute - Object of type `AnyCallableT@__init__` has no attribute `__name__`

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

src/schemathesis/core/registries.py

[error] unresolved-attribute - Object of type `T@Registry` has no attribute `__name__`

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

scipy/_lib/doccer.py

[error] unresolved-attribute - Object of type `_F@_doc` has no attribute `__name__`
[error] unresolved-attribute - Object of type `_F@_doc` has no attribute `__name__`
[error] unresolved-attribute - Object of type `_F@_doc` has no attribute `__name__`

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

setuptools/config/__init__.py

[error] unresolved-attribute - Object of type `Fn@_deprecation_notice` has no attribute `__name__`

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

lib/spack/spack/vendor/jinja2/sandbox.py

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

lib/spack/spack/vendor/jinja2/utils.py

[error] unresolved-attribute - Object of type `F@internalcode` has no attribute `__code__`
[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

trio (https://github.com/python-trio/trio)

src/trio/_util.py

[error] unresolved-attribute - Unresolved attribute `__name__` on type `CallT@decorator`
[error] unresolved-attribute - Unresolved attribute `__qualname__` on type `CallT@decorator`

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

corporate/tests/test_stripe.py

[error] unresolved-attribute - Object of type `CallableT@fixture_files_for_function` has no attribute `__name__`

zerver/lib/test_helpers.py

[error] unresolved-attribute - Object of type `UrlFuncT@instrument_url` has no attribute `__name__`