Summary

Comparing branches/commits:
Old: main (merge base) 0c6d652b
New: 21619/merge 336b5389
Lint Rule Removed Added Changed
Total 44 316 2
possibly-missing-attribute 25 202 0
invalid-argument-type 0 71 1
unresolved-attribute 16 17 0
invalid-assignment 0 9 0
invalid-key 0 4 0
unsupported-operator 0 3 1
invalid-await 0 3 0
unused-ignore-comment 3 0 0
no-matching-overload 0 2 0
deprecated 0 1 0
invalid-method-override 0 1 0
invalid-parameter-default 0 1 0
missing-typed-dict-key 0 1 0
non-subscriptable 0 1 0

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

tests/Framework.py

[error] invalid-argument-type - :396:17 - Argument to bound method `injectConnectionClasses` is incorrect: Expected `type[HTTPRequestsConnectionClass]`, found `<class 'RecordingHttpConnection'>`
[error] invalid-argument-type - :397:17 - Argument to bound method `injectConnectionClasses` is incorrect: Expected `type[HTTPSRequestsConnectionClass]`, found `<class 'RecordingHttpsConnection'>`
[error] invalid-argument-type - :413:17 - Argument to bound method `injectConnectionClasses` is incorrect: Expected `type[HTTPRequestsConnectionClass]`, found `<class 'ReplayingHttpConnection'>`
[error] invalid-argument-type - :414:17 - Argument to bound method `injectConnectionClasses` is incorrect: Expected `type[HTTPSRequestsConnectionClass]`, found `<class 'ReplayingHttpsConnection'>`

tests/GithubObject.py

[error] invalid-argument-type - :206:66 - Argument to function `_makeHttpDatetimeAttribute` is incorrect: Expected `str | None`, found `Unknown | str | int`
[error] invalid-argument-type - :212:62 - Argument to function `_makeDatetimeAttribute` is incorrect: Expected `str | None`, found `Unknown | str | int`
[error] invalid-argument-type - :225:59 - Argument to function `_makeTimestampAttribute` is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - :235:63 - Argument to function `_makeTimestampAttribute` is incorrect: Expected `int`, found `Unknown | str | float`

tests/Logging_.py

[error] invalid-argument-type - :85:49 - Argument to bound method `injectLogger` is incorrect: Expected `Logger`, found `MockLogger`

apprise (https://github.com/caronc/apprise)

apprise/plugins/fcm/oauth.py

[error] invalid-argument-type - :250:13 - Argument to bound method `sign` is incorrect: Expected `EllipticCurveSignatureAlgorithm`, found `PKCS1v15`
[error] invalid-argument-type - :250:13 - Argument to bound method `sign` is incorrect: Expected `Prehashed | HashAlgorithm`, found `PKCS1v15`

tests/test_apprise_utils.py

[error] invalid-argument-type - :3088:42 - Argument to function `base64_urlencode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - :3089:42 - Argument to function `base64_urlencode` is incorrect: Expected `bytes`, found `Literal[42]`
[error] invalid-argument-type - :3090:42 - Argument to function `base64_urlencode` is incorrect: Expected `bytes`, found `<class 'object'>`
[error] invalid-argument-type - :3091:42 - Argument to function `base64_urlencode` is incorrect: Expected `bytes`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - :3092:42 - Argument to function `base64_urlencode` is incorrect: Expected `bytes`, found `Literal[""]`
[error] invalid-argument-type - :3093:42 - Argument to function `base64_urlencode` is incorrect: Expected `bytes`, found `Literal["abc"]`
[error] invalid-argument-type - :3097:42 - Argument to function `base64_urldecode` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - :3098:42 - Argument to function `base64_urldecode` is incorrect: Expected `str`, found `Literal[42]`
[error] invalid-argument-type - :3099:42 - Argument to function `base64_urldecode` is incorrect: Expected `str`, found `<class 'object'>`
[error] invalid-argument-type - :3100:42 - Argument to function `base64_urldecode` is incorrect: Expected `str`, found `dict[Unknown, Unknown]`
[warning] possibly-missing-attribute - :3290:12 - Attribute `key` may be missing on object of type `ZoneInfo | None`
[warning] possibly-missing-attribute - :3290:60 - Attribute `key` may be missing on object of type `ZoneInfo | None`
[warning] possibly-missing-attribute - :3298:16 - Attribute `key` may be missing on object of type `ZoneInfo | None`
[warning] possibly-missing-attribute - :3303:16 - Attribute `key` may be missing on object of type `ZoneInfo | None`
[error] invalid-argument-type - :3310:32 - Argument to function `zoneinfo` is incorrect: Expected `str`, found `<class 'object'>`
[error] invalid-argument-type - :3311:32 - Argument to function `zoneinfo` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - :3312:32 - Argument to function `zoneinfo` is incorrect: Expected `str`, found `Literal[1]`

tests/test_utils_pem.py

[error] invalid-argument-type - :116:9 - Argument to bound method `decrypt` is incorrect: Expected `str | bytes`, found `str | None`
[error] invalid-argument-type - :117:24 - Argument to bound method `decrypt` is incorrect: Expected `str | bytes`, found `str | None`
[error] invalid-argument-type - :119:9 - Argument to bound method `decrypt` is incorrect: Expected `str | bytes`, found `str | None`
[error] invalid-argument-type - :120:24 - Argument to bound method `decrypt` is incorrect: Expected `str | bytes`, found `str | None`
[error] invalid-argument-type - :121:26 - Argument to bound method `decrypt` is incorrect: Expected `str | bytes`, found `str | None`
[error] invalid-argument-type - :132:26 - Argument to bound method `encrypt_webpush` is incorrect: Expected `EllipticCurvePublicKey`, found `EllipticCurvePublicKey | None`
[error] invalid-argument-type - :138:9 - Argument to bound method `encrypt_webpush` is incorrect: Expected `EllipticCurvePublicKey`, found `EllipticCurvePublicKey | None`
[error] invalid-argument-type - :145:30 - Argument to bound method `decrypt` is incorrect: Expected `str | bytes`, found `None`
[error] invalid-argument-type - :148:30 - Argument to bound method `decrypt` is incorrect: Expected `str | bytes`, found `Literal[5]`
[error] invalid-argument-type - :151:30 - Argument to bound method `decrypt` is incorrect: Expected `str | bytes`, found `Literal[False]`
[error] invalid-argument-type - :154:30 - Argument to bound method `decrypt` is incorrect: Expected `str | bytes`, found `<class 'object'>`
[error] invalid-argument-type - :158:9 - Argument to bound method `__init__` is incorrect: Expected `str`, found `None`
[warning] possibly-missing-attribute - :168:13 - Submodule `pem` may not be available as an attribute on module `apprise.utils`
[warning] possibly-missing-attribute - :179:13 - Submodule `pem` may not be available as an attribute on module `apprise.utils`
[warning] possibly-missing-attribute - :190:13 - Submodule `pem` may not be available as an attribute on module `apprise.utils`
[warning] possibly-missing-attribute - :202:13 - Submodule `pem` may not be available as an attribute on module `apprise.utils`
[warning] possibly-missing-attribute - :210:13 - Submodule `pem` may not be available as an attribute on module `apprise.utils`
[warning] possibly-missing-attribute - :222:13 - Submodule `pem` may not be available as an attribute on module `apprise.utils`
[warning] possibly-missing-attribute - :229:13 - Submodule `pem` may not be available as an attribute on module `apprise.utils`
[warning] possibly-missing-attribute - :261:13 - Submodule `pem` may not be available as an attribute on module `apprise.utils`
[warning] possibly-missing-attribute - :290:13 - Submodule `pem` may not be available as an attribute on module `apprise.utils`
[warning] possibly-missing-attribute - :300:13 - Submodule `pem` may not be available as an attribute on module `apprise.utils`
[warning] possibly-missing-attribute - :302:13 - Submodule `pem` may not be available as an attribute on module `apprise.utils`
[warning] possibly-missing-attribute - :304:13 - Submodule `pem` may not be available as an attribute on module `apprise.utils`
[warning] possibly-missing-attribute - :313:13 - Submodule `pem` may not be available as an attribute on module `apprise.utils`
[warning] possibly-missing-attribute - :315:13 - Submodule `pem` may not be available as an attribute on module `apprise.utils`
[warning] possibly-missing-attribute - :317:13 - Submodule `pem` may not be available as an attribute on module `apprise.utils`
[warning] possibly-missing-attribute - :325:13 - Submodule `pem` may not be available as an attribute on module `apprise.utils`
[warning] possibly-missing-attribute - :329:13 - Submodule `pem` may not be available as an attribute on module `apprise.utils`
[warning] possibly-missing-attribute - :334:13 - Submodule `pem` may not be available as an attribute on module `apprise.utils`
[warning] possibly-missing-attribute - :347:13 - Submodule `pem` may not be available as an attribute on module `apprise.utils`
[warning] possibly-missing-attribute - :349:13 - Submodule `pem` may not be available as an attribute on module `apprise.utils`
[warning] possibly-missing-attribute - :364:13 - Submodule `pem` may not be available as an attribute on module `apprise.utils`
[warning] possibly-missing-attribute - :367:13 - Submodule `pem` may not be available as an attribute on module `apprise.utils`
[warning] possibly-missing-attribute - :376:13 - Submodule `pem` may not be available as an attribute on module `apprise.utils`
[warning] possibly-missing-attribute - :388:13 - Submodule `pem` may not be available as an attribute on module `apprise.utils`
[warning] possibly-missing-attribute - :395:13 - Submodule `pem` may not be available as an attribute on module `apprise.utils`
[error] invalid-argument-type - :65:44 - Argument to bound method `__init__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - :515:44 - Argument to bound method `__init__` is incorrect: Expected `str`, found `None`

asynq (https://github.com/quora/asynq)

asynq/tests/test_mock.py

[warning] possibly-missing-attribute - :242:28 - Submodule `test_mock` may not be available as an attribute on module `asynq.tests`
[warning] possibly-missing-attribute - :244:23 - Submodule `test_mock` may not be available as an attribute on module `asynq.tests`
[warning] possibly-missing-attribute - :246:28 - Submodule `test_mock` may not be available as an attribute on module `asynq.tests`

cki-lib (https://gitlab.com/cki-project/cki-lib)

cki_lib/s3bucket.py

[error] unresolved-attribute - :77:23 - Object of type `str` has no attribute `scheme`
[error] unresolved-attribute - :77:45 - Object of type `str` has no attribute `netloc`
[error] unresolved-attribute - :78:31 - Object of type `str` has no attribute `path`
[error] invalid-assignment - :76:22 - Object of type `ParseResult` is not assignable to `str`

cloud-init (https://github.com/canonical/cloud-init)

cloudinit/sources/DataSourceScaleway.py

[error] invalid-method-override - :47:9 - Invalid override of method `init_poolmanager`: Definition is incompatible with `HTTPAdapter.init_poolmanager`

tests/unittests/cmd/test_clean.py

[warning] possibly-missing-attribute - :544:17 - Submodule `clean` may not be available as an attribute on module `cloudinit.cmd`

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

homeassistant/components/homematicip_cloud/hap.py

[warning] possibly-missing-attribute - :35:15 - Submodule `ssl` may not be available as an attribute on module `homeassistant.util`

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

ddtrace/appsec/_processor.py

[error] invalid-argument-type - :220:49 - Argument to bound method `_waf_action` is incorrect: Expected `ddwaf_context_capsule[Unknown]`, found `Unknown | ddwaf_context_capsule[Unknown] | None`

ddtrace/contrib/internal/protobuf/patch.py

[warning] possibly-missing-attribute - :48:16 - Submodule `builder` may not be available as an attribute on module `google.protobuf.internal`

ddtrace/internal/runtime/runtime_metrics.py

[error] invalid-argument-type - :81:13 - Argument to function `get_dogstatsd_client` is incorrect: Expected `str`, found `Unknown | DerivedVariable[Unknown]`
[warning] possibly-missing-attribute - :81:35 - Submodule `_agent` may not be available as an attribute on module `ddtrace.internal.settings`

tests/appsec/appsec/test_processor.py

[error] invalid-argument-type - :773:37 - Argument to bound method `_waf_action` is incorrect: Expected `ddwaf_context_capsule[Unknown]`, found `None`
[error] invalid-argument-type - :777:37 - Argument to bound method `_waf_action` is incorrect: Expected `ddwaf_context_capsule[Unknown]`, found `None`

tests/ci_visibility/test_ci_visibility.py

[warning] possibly-missing-attribute - :362:17 - Submodule `_api_client` may not be available as an attribute on module `ddtrace.internal.ci_visibility`
[warning] possibly-missing-attribute - :721:9 - Submodule `writer` may not be available as an attribute on module `ddtrace.internal.ci_visibility`
[warning] possibly-missing-attribute - :740:9 - Submodule `writer` may not be available as an attribute on module `ddtrace.internal.ci_visibility`

tests/ci_visibility/util.py

[error] invalid-assignment - :25:5 - Implicit shadowing of class `CIVisibilityWriter`

tests/tracer/test_monkey.py

[warning] possibly-missing-attribute - :87:45 - Submodule `fastapi` may not be available as an attribute on module `ddtrace.contrib.internal`
[warning] possibly-missing-attribute - :87:45 - Submodule `internal` may not be available as an attribute on module `ddtrace.contrib`
[warning] possibly-missing-attribute - :87:45 - Submodule `patch` may not be available as an attribute on module `ddtrace.contrib.internal.fastapi`

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

ibis/backends/duckdb/__init__.py

[error] invalid-argument-type - :989 -
Old: Argument to bound method `table` is incorrect: Expected `str | None`, found `tuple[str, Unknown]`
New: Argument to bound method `table` is incorrect: Expected `str | None`, found `tuple[str, str]`

ibis/examples/gen_registry.py

[error] unresolved-attribute - :182:14 - Module `ibis.backends.duckdb` has no member `Base`

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

examples/contrib/check_ssl_pinning.py

[error] invalid-argument-type - :61:21 - Argument to bound method `__init__` is incorrect: Expected `Certificate`, found `X509`
[warning] deprecated - :57:29 - The class `X509Extension` is deprecated: X509Extension support in pyOpenSSL is deprecated. You should use the APIs in cryptography.
[error] invalid-assignment - :93:9 - Implicit shadowing of function `dummy_cert`

mitmproxy/tools/web/app.py

[error] unresolved-attribute - :585:29 - Unresolved attribute `port` on type `object`.
[error] unresolved-attribute - :587:29 - Object of type `object` has no attribute `headers`
[error] unresolved-attribute - :589:33 - Object of type `object` has no attribute `headers`
[error] unresolved-attribute - :591:32 - Object of type `object` has no attribute `trailers`
[error] unresolved-attribute - :592:33 - Object of type `object` has no attribute `trailers`
[error] unresolved-attribute - :598:29 - Unresolved attribute `text` on type `object`.
[error] unresolved-attribute - :608:29 - Unresolved attribute `status_code` on type `object`.
[error] unresolved-attribute - :610:29 - Object of type `object` has no attribute `headers`
[error] unresolved-attribute - :612:33 - Object of type `object` has no attribute `headers`
[error] unresolved-attribute - :614:32 - Object of type `object` has no attribute `trailers`
[error] unresolved-attribute - :615:33 - Object of type `object` has no attribute `trailers`
[error] unresolved-attribute - :621:29 - Unresolved attribute `text` on type `object`.
[warning] possibly-missing-attribute - :331:23 - Submodule `view` may not be available as an attribute on module `mitmproxy.addons`
[error] invalid-assignment - :580:55 - Object of type `object` is not assignable to `Request`
[error] unresolved-attribute - :594:33 - Unresolved attribute `trailers` on type `object`.
[error] unresolved-attribute - :596:33 - Object of type `object` has no attribute `trailers`
[warning] possibly-missing-attribute - :596:33 - Attribute `add` may be missing on object of type `Headers | None`
[error] invalid-assignment - :603:57 - Object of type `object` is not assignable to `Response`
[error] unresolved-attribute - :617:33 - Unresolved attribute `trailers` on type `object`.
[error] unresolved-attribute - :619:33 - Object of type `object` has no attribute `trailers`
[warning] possibly-missing-attribute - :619:33 - Attribute `add` may be missing on object of type `Headers | None`

test/mitmproxy/test_flow.py

[warning] possibly-missing-attribute - :135:25 - Submodule `tutils` may not be available as an attribute on module `mitmproxy.test`
[warning] possibly-missing-attribute - :139:26 - Submodule `tutils` may not be available as an attribute on module `mitmproxy.test`

openlibrary (https://github.com/internetarchive/openlibrary)

openlibrary/plugins/worksearch/schemes/works.py

[warning] possibly-missing-attribute - :662:42 - Submodule `client` may not be available as an attribute on module `infogami.infobase`

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

pandas/tests/base/test_conversion.py

[warning] possibly-missing-attribute - :208:13 - Submodule `dtypes` may not be available as an attribute on module `pandas.core.dtypes`

pandas/tests/extension/base/io.py

[warning] possibly-missing-attribute - :18:37 - Submodule `dtypes` may not be available as an attribute on module `pandas.core.dtypes`

pandas/tests/groupby/methods/test_quantile.py

[warning] possibly-missing-attribute - :459:23 - Submodule `frozen` may not be available as an attribute on module `pandas.core.indexes`

pandas/tests/internals/test_api.py

[warning] possibly-missing-attribute - :88:10 - Submodule `internals` may not be available as an attribute on module `pandas._libs`
[error] invalid-argument-type - :88:44 - Argument to bound method `__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[Any]]`, found `list[Unknown | int]`

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

pandera/api/pandas/components.py

[error] invalid-parameter-default - :23:9 - Default value of type `None` is not assignable to annotated parameter type `str | type | DataType | ExtensionDtype | dtype[Any]`
[error] invalid-argument-type - :365:17 - Argument to bound method `__init__` is incorrect: Expected `str | type | DataType | ExtensionDtype | dtype[Any]`, found `Unknown | DataType | None`

pandera/api/pandas/types.py

[warning] possibly-missing-attribute - :18:5 - Submodule `base` may not be available as an attribute on module `pandas.core.dtypes`

pandera/backends/pandas/checks.py

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

pandera/backends/pandas/hypotheses.py

[error] invalid-argument-type - :138:40 - Argument to function `_format_groupby_input` is incorrect: Expected `SeriesGroupBy[Unknown, Unknown] | DataFrameGroupBy[Unknown, Unknown]`, found `list[tuple[Unknown, Unknown] | Unknown]`

pandera/engines/type_aliases.py

[warning] possibly-missing-attribute - :10:23 - Submodule `base` may not be available as an attribute on module `pandas.core.dtypes`
[warning] possibly-missing-attribute - :11:24 - Submodule `base` may not be available as an attribute on module `pandas.core.dtypes`

pandera/typing/pandas.py

[warning] possibly-missing-attribute - :106:9 - Submodule `base` may not be available as an attribute on module `pandas.core.dtypes`

tests/dask/test_dask.py

[warning] possibly-missing-attribute - :111:27 - Member `DataFrame` may be missing on module `pandera.typing.dask`
[warning] possibly-missing-attribute - :114:28 - Member `DataFrame` may be missing on module `pandera.typing.dask`

tests/modin/test_schemas_on_modin.py

[warning] possibly-missing-attribute - :317:20 - Member `Series` may be missing on module `pandera.typing.modin`
[warning] possibly-missing-attribute - :318:22 - Member `Series` may be missing on module `pandera.typing.modin`
[warning] possibly-missing-attribute - :319:20 - Member `Series` may be missing on module `pandera.typing.modin`
[warning] possibly-missing-attribute - :387:12 - Member `Series` may be missing on module `pandera.typing.modin`
[warning] possibly-missing-attribute - :390:12 - Member `Series` may be missing on module `pandera.typing.modin`
[warning] possibly-missing-attribute - :416:13 - Member `DataFrame` may be missing on module `pandera.typing.modin`
[warning] possibly-missing-attribute - :417:10 - Member `DataFrame` may be missing on module `pandera.typing.modin`
[warning] possibly-missing-attribute - :423:13 - Member `DataFrame` may be missing on module `pandera.typing.modin`
[warning] possibly-missing-attribute - :424:10 - Member `DataFrame` may be missing on module `pandera.typing.modin`

tests/pandas/test_model.py

[error] invalid-argument-type - :193:21 - Argument to class `Series` is incorrect: Expected `int | str | float | ... omitted 10 union elements`, found `list[int]`
[warning] unused-ignore-comment - :178:31 - Unused blanket `type: ignore` directive

tests/pandas/test_multithreaded.py

[error] invalid-argument-type - :11:11 - Argument to class `Series` is incorrect: Expected `int | str | float | ... omitted 10 union elements`, found `floating[_32Bit]`

tests/pandas/test_pandas_accessor.py

[warning] possibly-missing-attribute - :63:9 - Submodule `container` may not be available as an attribute on module `pandera.backends.pandas`
[warning] possibly-missing-attribute - :63:9 - Submodule `pandas` may not be available as an attribute on module `pandera.backends`

tests/pandas/test_schema_components.py

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

tests/pandas/test_typing.py

[warning] possibly-missing-attribute - :320:19 - Submodule `base` may not be available as an attribute on module `pandas.core.dtypes`
[warning] possibly-missing-attribute - :482:12 - Submodule `base` may not be available as an attribute on module `pandas.core.dtypes`

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

src/pip/_internal/utils/logging.py

[error] missing-typed-dict-key - :299:37 - Missing required key 'name' in TypedDict `_FilterConfigurationTypedDict` constructor
[error] invalid-key - :300:21 - Unknown key "()" for TypedDict `_FilterConfigurationTypedDict`: Unknown key "()"
[error] invalid-key - :301:21 - Unknown key "level" for TypedDict `_FilterConfigurationTypedDict`: Unknown key "level"
[error] invalid-key - :304:21 - Unknown key "()" for TypedDict `_FilterConfigurationTypedDict`: Unknown key "()"
[error] invalid-key - :308:21 - Unknown key "()" for TypedDict `_FilterConfigurationTypedDict`: Unknown key "()"

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

src/prefect/server/api/run_history.py

[error] invalid-await - :159:20 - `Result[tuple[Unknown, Unknown, Unknown]]` is not awaitable

src/prefect/server/services/scheduler.py

[error] invalid-await - :217:36 - `Connection` is not awaitable
[error] invalid-await - :234:27 - `None` is not awaitable
[error] invalid-argument-type - :279:13 - Argument to function `_generate_scheduled_flow_runs` is incorrect: Expected `AsyncSession`, found `Session`

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

pwndbg/aglib/heap/mallocng.py

[error] invalid-assignment - :1165:9 - Object of type `int | None` is not assignable to attribute `ctx_addr` of type `int`
[error] invalid-argument-type - :1184:34 - Argument to function `search` is incorrect: Expected `bytes`, found `bytearray`

pwndbg/aglib/kernel/dmabuf.py

[warning] possibly-missing-attribute - :106:24 - Submodule `cymbol` may not be available as an attribute on module `pwndbg.commands`
[warning] possibly-missing-attribute - :107:5 - Submodule `cymbol` may not be available as an attribute on module `pwndbg.commands`

pwndbg/aglib/kernel/kmod.py

[warning] possibly-missing-attribute - :27:2 - Submodule `cache` may not be available as an attribute on module `pwndbg.lib`
[warning] possibly-missing-attribute - :29:15 - Submodule `kernel` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :33:14 - Submodule `memory` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :37:18 - Submodule `memory` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :47:2 - Submodule `cache` may not be available as an attribute on module `pwndbg.lib`
[warning] possibly-missing-attribute - :49:15 - Submodule `kernel` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :53:14 - Submodule `memory` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :57:23 - Submodule `kernel` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :66:20 - Submodule `memory` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :69:24 - Submodule `memory` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :74:31 - Submodule `kernel` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :78:33 - Submodule `kernel` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :80:24 - Submodule `memory` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :90:2 - Submodule `cache` may not be available as an attribute on module `pwndbg.lib`
[warning] possibly-missing-attribute - :92:15 - Submodule `kernel` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :96:14 - Submodule `memory` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :100:12 - Submodule `memory` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :102:16 - Submodule `memory` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :107:20 - Submodule `memory` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :117:2 - Submodule `cache` may not be available as an attribute on module `pwndbg.lib`
[warning] possibly-missing-attribute - :119:15 - Submodule `kernel` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :123:14 - Submodule `memory` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :127:12 - Submodule `memory` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :129:20 - Submodule `memory` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :130:12 - Submodule `memory` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :132:18 - Submodule `memory` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :133:12 - Submodule `memory` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :135:22 - Submodule `memory` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :136:12 - Submodule `memory` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :138:18 - Submodule `memory` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :139:12 - Submodule `memory` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :141:12 - Submodule `kernel` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :142:23 - Submodule `memory` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :145:16 - Submodule `memory` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :152:2 - Submodule `cache` may not be available as an attribute on module `pwndbg.lib`
[warning] possibly-missing-attribute - :154:15 - Submodule `kernel` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :159:12 - Submodule `memory` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :166:2 - Submodule `cache` may not be available as an attribute on module `pwndbg.lib`
[warning] possibly-missing-attribute - :168:15 - Submodule `kernel` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :174:11 - Submodule `memory` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :177:15 - Submodule `memory` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :186:14 - Submodule `memory` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :187:18 - Submodule `memory` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :188:14 - Submodule `memory` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :190:8 - Submodule `kernel` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :191:19 - Submodule `memory` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :194:20 - Submodule `memory` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :198:20 - Submodule `memory` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :202:12 - Submodule `kernel` may not be available as an attribute on module `pwndbg.aglib`
[error] unsupported-operator - :203 -
Old: Operator `+` is unsupported between objects of type `None | Unknown` and `int`
New: Operator `+` is unsupported between objects of type `None | int` and `int`
[warning] possibly-missing-attribute - :203:28 - Submodule `memory` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :206:17 - Submodule `memory` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :214:8 - Submodule `typeinfo` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :221:24 - Submodule `memory` may not be available as an attribute on module `pwndbg.aglib`

pwndbg/aglib/kernel/slab.py

[warning] possibly-missing-attribute - :365:6 - Submodule `cache` may not be available as an attribute on module `pwndbg.lib`

pwndbg/aglib/kernel/symbol.py

[warning] possibly-missing-attribute - :251:24 - Submodule `cymbol` may not be available as an attribute on module `pwndbg.commands`
[warning] possibly-missing-attribute - :252:5 - Submodule `cymbol` may not be available as an attribute on module `pwndbg.commands`
[error] invalid-argument-type - :302:71 - Argument to function `get_typed_pointer` is incorrect: Expected `int | Value`, found `Value | None | Unknown`
[error] invalid-argument-type - :310:80 - Argument to function `get_typed_pointer_value` is incorrect: Expected `int | Value`, found `Value | None | Unknown`
[error] invalid-argument-type - :318:71 - Argument to function `get_typed_pointer` is incorrect: Expected `int | Value`, found `None | Unknown`
[error] invalid-argument-type - :326:71 - Argument to function `get_typed_pointer` is incorrect: Expected `int | Value`, found `(Value & ~AlwaysTruthy) | None | Unknown`
[error] invalid-argument-type - :339:74 - Argument to function `get_typed_pointer` is incorrect: Expected `int | Value`, found `(Value & ~AlwaysTruthy) | None | Unknown`
[error] invalid-argument-type - :347:71 - Argument to function `get_typed_pointer` is incorrect: Expected `int | Value`, found `(Value & ~AlwaysTruthy) | None | Unknown`
[error] invalid-argument-type - :355:71 - Argument to function `get_typed_pointer` is incorrect: Expected `int | Value`, found `(Value & ~AlwaysTruthy) | None | Unknown`
[error] invalid-argument-type - :370:71 - Argument to function `get_typed_pointer` is incorrect: Expected `int | Value`, found `(Value & ~AlwaysTruthy) | None | Unknown | int`

pwndbg/aglib/macho.py

[warning] possibly-missing-attribute - :644:2 - Submodule `cache` may not be available as an attribute on module `pwndbg.lib`

pwndbg/aglib/nearpc.py

[error] unresolved-attribute - :287:21 - Object of type `MemoryAllocator | None` has no attribute `fastbins`
[error] unresolved-attribute - :288:21 - Object of type `MemoryAllocator | None` has no attribute `smallbins`
[error] unresolved-attribute - :289:21 - Object of type `MemoryAllocator | None` has no attribute `largebins`
[error] unresolved-attribute - :290:21 - Object of type `MemoryAllocator | None` has no attribute `unsortedbin`
[error] unresolved-attribute - :292:20 - Object of type `MemoryAllocator | None` has no attribute `has_tcache`
[error] unresolved-attribute - :293:38 - Object of type `MemoryAllocator | None` has no attribute `tcachebins`
[warning] possibly-missing-attribute - :261:24 - Attribute `is_initialized` may be missing on object of type `MemoryAllocator | None`
[warning] possibly-missing-attribute - :267:24 - Submodule `ptmalloc` may not be available as an attribute on module `pwndbg.aglib.heap`
[error] invalid-argument-type - :344:17 - Method `__getitem__` of type `bound method dict[str, dict[str, str]].__getitem__(key: str, /) -> dict[str, str]` cannot be called with key of type `str | None` on object of type `dict[str, dict[str, str]]`

pwndbg/aglib/objc.py

[warning] possibly-missing-attribute - :1045:17 - Submodule `config` may not be available as an attribute on module `pwndbg.lib`
[warning] possibly-missing-attribute - :1052:17 - Submodule `config` may not be available as an attribute on module `pwndbg.lib`
[warning] possibly-missing-attribute - :1056:64 - Submodule `functions` may not be available as an attribute on module `pwndbg.lib`
[warning] possibly-missing-attribute - :1132:23 - Submodule `functions` may not be available as an attribute on module `pwndbg.lib`
[warning] possibly-missing-attribute - :1148:28 - Submodule `functions` may not be available as an attribute on module `pwndbg.lib`
[warning] possibly-missing-attribute - :1150:16 - Submodule `functions` may not be available as an attribute on module `pwndbg.lib`

pwndbg/aglib/shellcode.py

[warning] possibly-missing-attribute - :33:20 - Submodule `regs` may not be available as an attribute on module `pwndbg.lib`
[warning] possibly-missing-attribute - :95:20 - Submodule `regs` may not be available as an attribute on module `pwndbg.lib`

pwndbg/aglib/typeinfo.py

[warning] possibly-missing-attribute - :115:12 - Submodule `typeinfo` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :116:12 - Submodule `typeinfo` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :117:12 - Submodule `typeinfo` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :118:12 - Submodule `typeinfo` may not be available as an attribute on module `pwndbg.aglib`

pwndbg/color/memory.py

[warning] possibly-missing-attribute - :32:14 - Submodule `symbol` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :36:16 - Submodule `vmmap` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :55:14 - Submodule `symbol` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :59:16 - Submodule `vmmap` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :83:12 - Submodule `vmmap` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :109:16 - Submodule `pretty_print` may not be available as an attribute on module `pwndbg.lib`

pwndbg/commands/__init__.py

[error] invalid-argument-type - :856:24 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None | Unknown`

pwndbg/commands/attachp.py

[warning] possibly-missing-attribute - :30:17 - Submodule `config` may not be available as an attribute on module `pwndbg.lib`

pwndbg/commands/comments.py

[error] unresolved-attribute - :23:20 - Object of type `None` has no attribute `pc`
[warning] possibly-missing-attribute - :28:20 - Submodule `memory` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :32:33 - Submodule `proc` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :34:20 - Submodule `proc` may not be available as an attribute on module `pwndbg.aglib`
[error] invalid-assignment - :35:21 - Invalid subscript assignment with key of type `None | str` and value of type `dict[Unknown, Unknown]` on object of type `dict[str, dict[str, str]]`
[warning] possibly-missing-attribute - :35:32 - Submodule `proc` may not be available as an attribute on module `pwndbg.aglib`
[error] invalid-argument-type - :36:17 - Method `__getitem__` of type `bound method dict[str, dict[str, str]].__getitem__(key: str, /) -> dict[str, str]` cannot be called with key of type `str | None` on object of type `dict[str, dict[str, str]]`
[warning] possibly-missing-attribute - :36:28 - Submodule `proc` may not be available as an attribute on module `pwndbg.aglib`

pwndbg/commands/context.py

[warning] possibly-missing-attribute - :103:17 - Submodule `config` may not be available as an attribute on module `pwndbg.lib`
[warning] possibly-missing-attribute - :644:17 - Submodule `config` may not be available as an attribute on module `pwndbg.lib`
[warning] possibly-missing-attribute - :1090:9 - Submodule `cache` may not be available as an attribute on module `pwndbg.lib`
[warning] possibly-missing-attribute - :1132:2 - Submodule `cache` may not be available as an attribute on module `pwndbg.lib`
[warning] possibly-missing-attribute - :1415:13 - Submodule `tips` may not be available as an attribute on module `pwndbg.lib`
[warning] possibly-missing-attribute - :1499:2 - Submodule `cache` may not be available as an attribute on module `pwndbg.lib`

pwndbg/commands/cymbol.py

[error] unresolved-attribute - :298:26 - Object of type `CachedFunction[Unknown]` has no attribute `__wrapped__`
[warning] possibly-missing-attribute - :298:26 - Submodule `context` may not be available as an attribute on module `pwndbg.commands`

pwndbg/commands/flags.py

[error] unresolved-attribute - :39:20 - Object of type `None` has no attribute `current`
[error] non-subscriptable - :58:31 - Cannot subscript object of type `None` with no `__getitem__` method

pwndbg/commands/kconfig.py

[warning] possibly-missing-attribute - :30:19 - Submodule `kconfig` may not be available as an attribute on module `pwndbg.lib.kernel`
[warning] possibly-missing-attribute - :30:19 - Submodule `kernel` may not be available as an attribute on module `pwndbg.lib`

pwndbg/commands/kcurrent.py

[warning] possibly-missing-attribute - :83:20 - Submodule `kernel` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :84:20 - Submodule `memory` may not be available as an attribute on module `pwndbg.aglib`

pwndbg/commands/kdmesg.py

[error] invalid-argument-type - :53:37 - Argument to function `get_typed_pointer_value` is incorrect: Expected `int | Value`, found `Value | None`
[error] invalid-argument-type - :64:37 - Argument to function `get_typed_pointer_value` is incorrect: Expected `int | Value`, found `Value | None`
[warning] possibly-missing-attribute - :34:16 - Submodule `symbol` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :45:34 - Submodule `memory` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :52:26 - Submodule `memory` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :63:31 - Submodule `memory` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :69:21 - Submodule `typeinfo` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :80:25 - Attribute `sizeof` may be missing on object of type `Type | None`
[warning] possibly-missing-attribute - :80:25 - Submodule `typeinfo` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :81:28 - Attribute `sizeof` may be missing on object of type `Type | None`
[warning] possibly-missing-attribute - :81:28 - Submodule `typeinfo` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :86:20 - Submodule `memory` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :101:20 - Submodule `memory` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :118:29 - Submodule `memory` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :123:32 - Submodule `symbol` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :133:20 - Submodule `typeinfo` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :141:27 - Submodule `memory` may not be available as an attribute on module `pwndbg.aglib`

pwndbg/commands/ksyscalls.py

[warning] possibly-missing-attribute - :25:18 - Submodule `symbol` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :55:23 - Submodule `memory` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :57:22 - Submodule `symbol` may not be available as an attribute on module `pwndbg.aglib`

pwndbg/commands/ktask.py

[warning] possibly-missing-attribute - :30:20 - Submodule `kernel` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :31:68 - Submodule `kernel` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :90:17 - Submodule `symbol` may not be available as an attribute on module `pwndbg.aglib`

pwndbg/commands/mallocng.py

[warning] possibly-missing-attribute - :35:17 - Submodule `config` may not be available as an attribute on module `pwndbg.lib`
[warning] possibly-missing-attribute - :36:11 - Submodule `config` may not be available as an attribute on module `pwndbg.lib`
[warning] possibly-missing-attribute - :948:17 - Submodule `config` may not be available as an attribute on module `pwndbg.lib`
[warning] possibly-missing-attribute - :949:11 - Submodule `config` may not be available as an attribute on module `pwndbg.lib`

pwndbg/commands/paging.py

[warning] possibly-missing-attribute - :96:17 - Submodule `kcurrent` may not be available as an attribute on module `pwndbg.commands`

pwndbg/commands/ptmalloc2.py

[error] unsupported-operator - :887:9 - Operator `|=` is unsupported between objects of type `int` and `object`
[error] unsupported-operator - :921:34 - Operator `-` is unsupported between objects of type `Unknown | int` and `object`
[error] unsupported-operator - :924:34 - Operator `-` is unsupported between objects of type `Unknown | int` and `object`
[error] invalid-argument-type - :886:65 - Argument to function `round_up` is incorrect: Expected `int`, found `object`

pwndbg/commands/spray.py

[warning] possibly-missing-attribute - :39:16 - Submodule `vmmap` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :67:19 - Submodule `memory` may not be available as an attribute on module `pwndbg.aglib`
[error] invalid-argument-type - :72:58 - Argument to bound method `unpack` is incorrect: Expected `bytes`, found `bytearray`
[warning] possibly-missing-attribute - :73:24 - Submodule `vmmap` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :75:21 - Submodule `memory` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :79:13 - Submodule `memory` may not be available as an attribute on module `pwndbg.aglib`

pwndbg/commands/valist.py

[warning] possibly-missing-attribute - :29:17 - Submodule `memory` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :32:25 - Submodule `memory` may not be available as an attribute on module `pwndbg.aglib`
[warning] possibly-missing-attribute - :33:21 - Submodule `memory` may not be available as an attribute on module `pwndbg.aglib`

pwndbg/commands/vmmap.py

[warning] possibly-missing-attribute - :291:17 - Submodule `memory` may not be available as an attribute on module `pwndbg.lib`
[warning] possibly-missing-attribute - :377:12 - Submodule `memory` may not be available as an attribute on module `pwndbg.lib`
[warning] possibly-missing-attribute - :466:20 - Submodule `memory` may not be available as an attribute on module `pwndbg.lib`

pwndbg/dbg/gdb/__init__.py

[error] invalid-assignment - :1673:9 - Object of type `Literal[True]` is not assignable to attribute `context_shown` of type `Literal[False]`

pwndbg/dbg/lldb/repl/__init__.py

[warning] possibly-missing-attribute - :497:9 - Submodule `version` may not be available as an attribute on module `pwndbg.commands`
[warning] possibly-missing-attribute - :671:26 - Submodule `config` may not be available as an attribute on module `pwndbg.lib`
[warning] possibly-missing-attribute - :674:17 - Submodule `config` may not be available as an attribute on module `pwndbg.commands`
[warning] possibly-missing-attribute - :703:20 - Submodule `start` may not be available as an attribute on module `pwndbg.commands`
[warning] possibly-missing-attribute - :704:23 - Submodule `start` may not be available as an attribute on module `pwndbg.commands`

pwndbg/gdblib/events.py

[warning] possibly-missing-attribute - :49:17 - Submodule `config` may not be available as an attribute on module `pwndbg.lib`

pwndbg/ghidra.py

[warning] possibly-missing-attribute - :25:17 - Submodule `config` may not be available as an attribute on module `pwndbg.lib`

pwndbg/lib/pretty_print.py

[warning] possibly-missing-attribute - :18:17 - Submodule `config` may not be available as an attribute on module `pwndbg.lib`

pwndbg/search.py

[warning] possibly-missing-attribute - :15:26 - Submodule `memory` may not be available as an attribute on module `pwndbg.lib`

pwndbg/ui.py

[warning] possibly-missing-attribute - :27:17 - Submodule `config` may not be available as an attribute on module `pwndbg.lib`

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

com/win32com/demos/iebutton.py

[error] unresolved-attribute - :45:1 - Module `win32com.client.gencache` has no member `EnsureModule`
[warning] possibly-missing-attribute - :45:1 - Submodule `gencache` may not be available as an attribute on module `win32com.client`

schema_salad (https://github.com/common-workflow-language/schema_salad)

schema_salad/sourceline.py

[error] invalid-argument-type - :17:30 - Argument to function `_add_lc_filename` is incorrect: Expected `CommentedBase`, found `object`
[error] invalid-argument-type - :20:30 - Argument to function `_add_lc_filename` is incorrect: Expected `CommentedBase`, found `object`

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

scipy/stats/_multivariate.py

[error] invalid-argument-type - :1655:13 - Argument to function `docformat` is incorrect: Expected `str`, found `str | None | Unknown`

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

tests/test_feedexport.py

[warning] possibly-missing-attribute - :1348:29 - Submodule `feedexport` may not be available as an attribute on module `scrapy.extensions`
[warning] possibly-missing-attribute - :1352:29 - Submodule `feedexport` may not be available as an attribute on module `scrapy.extensions`

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

setuptools/_distutils/tests/test_build_ext.py

[error] no-matching-overload - :82:16 - No overload of function `basename` matches arguments
[warning] possibly-missing-attribute - :82:33 - Attribute `origin` may be missing on object of type `ModuleSpec | None`
[error] no-matching-overload - :85:5 - No overload of function `copy` matches arguments
[warning] possibly-missing-attribute - :85:17 - Attribute `origin` may be missing on object of type `ModuleSpec | None`

setuptools/_distutils/tests/test_version.py

[error] unresolved-attribute - :11:10 - Module `distutils.version` has no member `suppress_known_deprecation`

setuptools/logging.py

[error] unresolved-attribute - :29:25 - Module `distutils.dist` has no member `log`
[error] unresolved-attribute - :35:9 - Unresolved attribute `log` on type `<module 'distutils.dist'>`.

setuptools/monkey.py

[error] invalid-assignment - :82:9 - Object of type `<class 'Distribution'>` is not assignable to attribute `Distribution` on type `<module 'distutils.dist'> | <module 'distutils.core'> | <module 'distutils.cmd'>`

sockeye (https://github.com/awslabs/sockeye)

test/unit/test_knn.py

[error] invalid-argument-type - :75:46 - Argument is incorrect: Expected `DataStatistics`, found `None`

sphinx (https://github.com/sphinx-doc/sphinx)

sphinx/util/docutils.py

[warning] possibly-missing-attribute - :211:9 - Submodule `languages` may not be available as an attribute on module `docutils.parsers.rst`
[warning] possibly-missing-attribute - :211:9 - Submodule `rst` may not be available as an attribute on module `docutils.parsers`

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

asv_bench/benchmarks/dataset_io.py

[error] invalid-argument-type - :654:21 - Argument to function `explicit_indexing_adapter` is incorrect: Expected `ExplicitIndexer`, found `tuple[Unknown, ...]`
[error] invalid-argument-type - :704:58 - Argument is incorrect: Expected `SerializableLock`, found `SerializableLock | None`

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

zerver/migrations/0452_realmauditlog_extra_data_json.py

[warning] possibly-missing-attribute - :17:39 - Submodule `json` may not be available as an attribute on module `django.core.serializers`
[warning] possibly-missing-attribute - :17:39 - Submodule `serializers` may not be available as an attribute on module `django.core`

zilencer/migrations/0026_auditlog_models_extra_data_json.py

[warning] possibly-missing-attribute - :17:39 - Submodule `json` may not be available as an attribute on module `django.core.serializers`
[warning] possibly-missing-attribute - :17:39 - Submodule `serializers` may not be available as an attribute on module `django.core`
[warning] possibly-missing-attribute - :24:39 - Submodule `json` may not be available as an attribute on module `django.core.serializers`
[warning] possibly-missing-attribute - :24:39 - Submodule `serializers` may not be available as an attribute on module `django.core`