Diagnostic Diff Report

Modified Projects

tests/visualization_tests/test_pareto_front.py

[error] unresolved-attribute - tests/visualization_tests/test_pareto_front.py:391:16 - Type `_ParetoFrontInfo` has no attribute `_replace`
[warning] possibly-unbound-attribute - tests/visualization_tests/test_pareto_front.py:393:16 - Attribute `_replace` on type `_ParetoFrontInfo | Unknown` is possibly unbound

optuna/visualization/_pareto_front.py

[error] invalid-argument-type - optuna/visualization/_pareto_front.py:327:9 - Argument to this function is incorrect: Expected `bool`, found `int`

optuna/visualization/matplotlib/_slice.py

[error] not-iterable - optuna/visualization/matplotlib/_slice.py:159:20 - Object of type `@Todo(full tuple[...] support) | None` may not be iterable

tests/visualization_tests/test_terminator_improvement.py

[error] invalid-argument-type - tests/visualization_tests/test_terminator_improvement.py:114:20 - Argument to this function is incorrect: Expected `Sized`, found `@Todo(specialized non-generic class) | None`
[warning] call-possibly-unbound-method - tests/visualization_tests/test_terminator_improvement.py:115:16 - Method `__getitem__` of type `@Todo(specialized non-generic class) | None` is possibly unbound
[warning] call-possibly-unbound-method - tests/visualization_tests/test_terminator_improvement.py:115:34 - Method `__getitem__` of type `@Todo(specialized non-generic class) | None` is possibly unbound
[warning] call-possibly-unbound-method - tests/visualization_tests/test_terminator_improvement.py:115:52 - Method `__getitem__` of type `@Todo(specialized non-generic class) | None` is possibly unbound

paroxython/parse_program.py

[error] missing-argument - paroxython/parse_program.py:316:19 - No arguments provided for required parameters `name`, `spans`
[error] missing-argument - paroxython/parse_program.py:333:31 - No arguments provided for required parameters `name`, `spans`

src/flake8/formatting/base.py

[warning] call-possibly-unbound-method - src/flake8/formatting/base.py:167:22 - Method `__getitem__` of type `str | None` is possibly unbound

tests/unit/test_statistics.py

[error] missing-argument - tests/unit/test_statistics.py:21:12 - No arguments provided for required parameters `code`, `filename`, `line_number`, `column_number`, `text`

jax/_src/scipy/optimize/_lbfgs.py

[error] unsupported-operator - jax/_src/scipy/optimize/_lbfgs.py:175:24 - Operator `>=` is not supported for types `int` and `None`, in comparing `int | Array` with `int | float | None`
[error] unsupported-operator - jax/_src/scipy/optimize/_lbfgs.py:176:24 - Operator `>=` is not supported for types `int` and `None`, in comparing `int | Array` with `int | float | None`
[error] unsupported-operator - jax/_src/scipy/optimize/_lbfgs.py:177:24 - Operator `>=` is not supported for types `int` and `None`, in comparing `int | Array` with `int | float | None`
[error] unresolved-attribute - jax/_src/scipy/optimize/_lbfgs.py:183:13 - Type `LBFGSResults` has no attribute `_replace`

jax/experimental/key_reuse/_core.py

[warning] unused-ignore-comment - jax/experimental/key_reuse/_core.py:391:69 - Unused blanket `type: ignore` directive

jax/_src/numpy/linalg.py

[error] missing-argument - jax/_src/numpy/linalg.py:550:12 - No arguments provided for required parameters `sign`, `logabsdet`
[error] missing-argument - jax/_src/numpy/linalg.py:552:12 - No arguments provided for required parameters `sign`, `logabsdet`

jax/_src/interpreters/partial_eval.py

[warning] possibly-unbound-attribute - jax/_src/interpreters/partial_eval.py:876:9 - Attribute `_replace` on type `Unknown | DebugInfo` is possibly unbound
[warning] possibly-unbound-attribute - jax/_src/interpreters/partial_eval.py:892:9 - Attribute `_replace` on type `Unknown | DebugInfo` is possibly unbound

jax/_src/linear_util.py

[error] unresolved-attribute - jax/_src/linear_util.py:387:18 - Type `DebugInfo` has no attribute `_replace`

jax/experimental/pallas/ops/tpu/splash_attention/splash_attention_kernel.py

[warning] possibly-unbound-attribute - jax/experimental/pallas/ops/tpu/splash_attention/splash_attention_kernel.py:1094:18 - Attribute `shape` on type `ndarray | Array | None` is possibly unbound
[warning] possibly-unbound-attribute - jax/experimental/pallas/ops/tpu/splash_attention/splash_attention_kernel.py:1413:18 - Attribute `shape` on type `ndarray | Array | None` is possibly unbound
[warning] possibly-unbound-attribute - jax/experimental/pallas/ops/tpu/splash_attention/splash_attention_kernel.py:1847:18 - Attribute `shape` on type `ndarray | Array | None` is possibly unbound
[error] unresolved-attribute - jax/experimental/pallas/ops/tpu/splash_attention/splash_attention_kernel.py:2303:12 - Type `MaskInfo` has no attribute `_replace`
[warning] possibly-unbound-attribute - jax/experimental/pallas/ops/tpu/splash_attention/splash_attention_kernel.py:2304:29 - Attribute `reshape` on type `ndarray | Array | None` is possibly unbound
[warning] possibly-unbound-attribute - jax/experimental/pallas/ops/tpu/splash_attention/splash_attention_kernel.py:2305:18 - Attribute `shape` on type `ndarray | Array | None` is possibly unbound
[error] missing-argument - jax/experimental/pallas/ops/tpu/splash_attention/splash_attention_kernel.py:2405:9 - No arguments provided for required parameters `data_next`, `mask_next`, `block_mask`, `partial_mask_blocks`, `q_sequence`
[error] missing-argument - jax/experimental/pallas/ops/tpu/splash_attention/splash_attention_kernel.py:2410:9 - No arguments provided for required parameters `data_next`, `mask_next`, `block_mask`, `partial_mask_blocks`, `q_sequence`
[error] missing-argument - jax/experimental/pallas/ops/tpu/splash_attention/splash_attention_kernel.py:2415:9 - No arguments provided for required parameters `data_next`, `mask_next`, `block_mask`, `partial_mask_blocks`, `q_sequence`

jax/_src/interpreters/ad.py

[warning] possibly-unbound-attribute - jax/_src/interpreters/ad.py:152:9 - Attribute `_replace` on type `Unknown | DebugInfo` is possibly unbound

strawberry/extensions/directives.py

[warning] unused-ignore-comment - strawberry/extensions/directives.py:68:54 - Unused blanket `type: ignore` directive

kornia/augmentation/container/ops.py

[error] invalid-return-type - kornia/augmentation/container/ops.py:50:16 - Return type does not match returned value: Expected `dict`, found `dict | list | None`
[error] invalid-return-type - kornia/augmentation/container/ops.py:58:16 - Return type does not match returned value: Expected `list`, found `dict | list | None`

kornia/augmentation/container/image.py

[error] not-iterable - kornia/augmentation/container/image.py:380:18 - Object of type `dict | list | None` may not be iterable
[error] unsupported-operator - kornia/augmentation/container/image.py:382:10 - Operator `in` is not supported for types `str` and `None`, in comparing `Literal["output_size"]` with `dict | list | None`
[error] call-non-callable - kornia/augmentation/container/image.py:383:17 - Method `__getitem__` of type `(bound method dict.__getitem__(key: _KT, /) -> _VT) | (Overload[(i: SupportsIndex, /) -> _T, (s: slice, /) -> @Todo(specialized non-generic class)])` is not callable on object of type `dict | list | None`
[error] call-non-callable - kornia/augmentation/container/image.py:388:32 - Method `__getitem__` of type `(bound method dict.__getitem__(key: _KT, /) -> _VT) | (Overload[(i: SupportsIndex, /) -> _T, (s: slice, /) -> @Todo(specialized non-generic class)])` is not callable on object of type `dict | list | None`

rotkehlchen/chain/ethereum/modules/kyber/decoder.py

[error] missing-argument - rotkehlchen/chain/ethereum/modules/kyber/decoder.py:121:13 - No argument provided for required parameter `label`
[error] missing-argument - rotkehlchen/chain/ethereum/modules/kyber/decoder.py:122:13 - No argument provided for required parameter `label`

rotkehlchen/chain/evm/decoding/kyber/decoder.py

[error] missing-argument - rotkehlchen/chain/evm/decoding/kyber/decoder.py:109:17 - No argument provided for required parameter `label`

rotkehlchen/chain/ethereum/tokens.py

[warning] unused-ignore-comment - rotkehlchen/chain/ethereum/tokens.py:65:41 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - rotkehlchen/chain/ethereum/tokens.py:69:42 - Unused blanket `type: ignore` directive

rotkehlchen/tests/utils/database.py

[warning] unused-ignore-comment - rotkehlchen/tests/utils/database.py:146:96 - Unused blanket `type: ignore` directive

rotkehlchen/globaldb/handler.py

[warning] possibly-unbound-attribute - rotkehlchen/globaldb/handler.py:281:52 - Attribute `limit` on type `@Todo(GenericAlias instance) | None` is possibly unbound
[warning] possibly-unbound-attribute - rotkehlchen/globaldb/handler.py:281:52 - Attribute `limit` on type `DBFilterPagination | None` is possibly unbound
[warning] possibly-unbound-attribute - rotkehlchen/globaldb/handler.py:283:21 - Attribute `limit` on type `@Todo(GenericAlias instance) | None` is possibly unbound
[warning] possibly-unbound-attribute - rotkehlchen/globaldb/handler.py:283:21 - Attribute `limit` on type `DBFilterPagination | None` is possibly unbound
[warning] possibly-unbound-attribute - rotkehlchen/globaldb/handler.py:284:22 - Attribute `offset` on type `@Todo(GenericAlias instance) | None` is possibly unbound
[warning] possibly-unbound-attribute - rotkehlchen/globaldb/handler.py:284:22 - Attribute `offset` on type `DBFilterPagination | None` is possibly unbound

rotkehlchen/tests/api/test_settings.py

[error] unresolved-attribute - rotkehlchen/tests/api/test_settings.py:175:20 - Type `Literal[ModifiableDBSettings]` has no attribute `_fields`

rotkehlchen/db/history_events.py

[warning] possibly-unbound-attribute - rotkehlchen/db/history_events.py:466:58 - Attribute `prepare` on type `@Todo(GenericAlias instance) | None` is possibly unbound
[warning] possibly-unbound-attribute - rotkehlchen/db/history_events.py:466:58 - Attribute `prepare` on type `DBFilterPagination | None` is possibly unbound

rotkehlchen/tests/unit/test_tokens.py

[warning] unused-ignore-comment - rotkehlchen/tests/unit/test_tokens.py:416:46 - Unused blanket `type: ignore` directive

rotkehlchen/tests/unit/test_makerdao.py

[error] invalid-argument-type - rotkehlchen/tests/unit/test_makerdao.py:153:9 - Argument to this function is incorrect: Expected `CryptoAsset`, found `Unknown | Asset`

rotkehlchen/tests/unit/globaldb/test_globaldb.py

[error] invalid-argument-type - rotkehlchen/tests/unit/globaldb/test_globaldb.py:570:13 - Argument to this function is incorrect: Expected `FVal`, found `Literal[1]`
[error] invalid-argument-type - rotkehlchen/tests/unit/globaldb/test_globaldb.py:692:13 - Argument to this function is incorrect: Expected `FVal`, found `Literal[1]`

rotkehlchen/db/settings.py

[error] unresolved-attribute - rotkehlchen/db/settings.py:293:24 - Type `Literal[ModifiableDBSettings]` has no attribute `_fields`
[error] unresolved-attribute - rotkehlchen/db/settings.py:445:21 - Type `ModifiableDBSettings` has no attribute `_fields`

rotkehlchen/tests/unit/test_blockchain_balances.py

[warning] unused-ignore-comment - rotkehlchen/tests/unit/test_blockchain_balances.py:240:41 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - rotkehlchen/tests/unit/test_blockchain_balances.py:244:42 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - rotkehlchen/tests/unit/test_blockchain_balances.py:248:42 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - rotkehlchen/tests/unit/test_blockchain_balances.py:252:42 - Unused blanket `type: ignore` directive

rotkehlchen/tests/integration/test_premium.py

[error] invalid-argument-type - rotkehlchen/tests/integration/test_premium.py:153:86 - Argument to this function is incorrect: Expected `AssetWithOracles | None`, found `Unknown | Asset`
[error] invalid-argument-type - rotkehlchen/tests/integration/test_premium.py:514:80 - Argument to this function is incorrect: Expected `AssetWithOracles | None`, found `Unknown | Asset`
[error] invalid-argument-type - rotkehlchen/tests/integration/test_premium.py:577:80 - Argument to this function is incorrect: Expected `AssetWithOracles | None`, found `Unknown | Asset`

rotkehlchen/db/dbhandler.py

[warning] unused-ignore-comment - rotkehlchen/db/dbhandler.py:2939:83 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - rotkehlchen/db/dbhandler.py:2991:87 - Unused blanket `type: ignore` directive

rotkehlchen/tests/data_migrations/test_migrations.py

[warning] unused-ignore-comment - rotkehlchen/tests/data_migrations/test_migrations.py:67:51 - Unused blanket `type: ignore` directive

rotkehlchen/tests/api/test_periodic.py

[error] invalid-context-manager - rotkehlchen/tests/api/test_periodic.py:26:10 - Object of type `_patch | None` cannot be used with `with` because the methods `__enter__` and `__exit__` are possibly unbound
[error] invalid-context-manager - rotkehlchen/tests/api/test_periodic.py:26:31 - Object of type `_patch | None` cannot be used with `with` because the methods `__enter__` and `__exit__` are possibly unbound

rotkehlchen/tests/fixtures/blockchain.py

[error] invalid-argument-type - rotkehlchen/tests/fixtures/blockchain.py:731:17 - Argument to this function is incorrect: Expected `CryptoAsset`, found `Unknown | Asset`
[error] invalid-argument-type - rotkehlchen/tests/fixtures/blockchain.py:737:17 - Argument to this function is incorrect: Expected `CryptoAsset`, found `Unknown | Asset`
[error] invalid-argument-type - rotkehlchen/tests/fixtures/blockchain.py:738:17 - Argument to this function is incorrect: Expected `FVal`, found `Literal[10]`

rotkehlchen/chain/bitcoin/xpub.py

[error] invalid-argument-type - rotkehlchen/chain/bitcoin/xpub.py:143:51 - Argument to this function is incorrect: Expected `str`, found `str | None`

mitmproxy/addons/mapremote.py

[error] missing-argument - mitmproxy/addons/mapremote.py:19:12 - No arguments provided for required parameters `matches`, `subject`, `replacement`

rich/markup.py

[warning] possibly-unbound-attribute - rich/markup.py:181:38 - Attribute `strip` on type `str | None | Unknown` is possibly unbound

rich/terminal_theme.py

[error] missing-argument - rich/terminal_theme.py:27:33 - No arguments provided for required parameters `red`, `green`, `blue`
[error] missing-argument - rich/terminal_theme.py:28:33 - No arguments provided for required parameters `red`, `green`, `blue`

tests/test_segment.py

[error] invalid-argument-type - tests/test_segment.py:48:30 - Argument to this function is incorrect: Expected `Style | None`, found `Literal["foo"]`
[error] invalid-argument-type - tests/test_segment.py:50:26 - Argument to this function is incorrect: Expected `Style | None`, found `Literal["foo"]`
[error] invalid-argument-type - tests/test_segment.py:51:26 - Argument to this function is incorrect: Expected `Style | None`, found `Literal["bar"]`
[error] invalid-argument-type - tests/test_segment.py:86:31 - Argument to this function is incorrect: Expected `Style | None`, found `Literal["red"]`
[error] invalid-argument-type - tests/test_segment.py:86:52 - Argument to this function is incorrect: Expected `Style | None`, found `Literal["red"]`
[error] invalid-argument-type - tests/test_segment.py:86:78 - Argument to this function is incorrect: Expected `Style | None`, found `Literal["blue"]`
[error] invalid-argument-type - tests/test_segment.py:88:29 - Argument to this function is incorrect: Expected `Style | None`, found `Literal["red"]`
[error] invalid-argument-type - tests/test_segment.py:88:55 - Argument to this function is incorrect: Expected `Style | None`, found `Literal["blue"]`

rich/palette.py

[error] missing-argument - rich/palette.py:18:16 - No arguments provided for required parameters `red`, `green`, `blue`

rich/color.py

[error] missing-argument - rich/color.py:550:27 - No arguments provided for required parameters `red`, `green`, `blue`
[error] missing-argument - rich/color.py:563:27 - No arguments provided for required parameters `red`, `green`, `blue`

pyi.py

[error] invalid-argument-type - pyi.py:1079:43 - Argument to this function is incorrect: Expected `str`, found `str | None`

paasta_tools/kubernetes_tools.py

[error] invalid-argument-type - paasta_tools/kubernetes_tools.py:2728:21 - Argument to this function is incorrect: Expected `int`, found `None | @Todo(specialized non-generic class)`
[error] invalid-argument-type - paasta_tools/kubernetes_tools.py:3569:35 - Argument to this function is incorrect: Expected `int | float`, found `None | int | float`
[error] invalid-argument-type - paasta_tools/kubernetes_tools.py:3569:46 - Argument to this function is incorrect: Expected `int | float`, found `None | Unknown`
[error] invalid-argument-type - paasta_tools/kubernetes_tools.py:3569:58 - Argument to this function is incorrect: Expected `int | float`, found `None | Unknown`

paasta_tools/mesos_maintenance.py

[error] invalid-argument-type - paasta_tools/mesos_maintenance.py:409:55 - Argument to this function is incorrect: Expected `str`, found `str | None`

paasta_tools/contrib/get_running_task_allocation.py

[error] invalid-argument-type - paasta_tools/contrib/get_running_task_allocation.py:99:17 - Argument to this function is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - paasta_tools/contrib/get_running_task_allocation.py:100:17 - Argument to this function is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - paasta_tools/contrib/get_running_task_allocation.py:104:17 - Argument to this function is incorrect: Expected `int | float`, found `int | float | None`
[error] invalid-argument-type - paasta_tools/contrib/get_running_task_allocation.py:105:17 - Argument to this function is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - paasta_tools/contrib/get_running_task_allocation.py:106:17 - Argument to this function is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - paasta_tools/contrib/get_running_task_allocation.py:107:17 - Argument to this function is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - paasta_tools/contrib/get_running_task_allocation.py:108:17 - Argument to this function is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - paasta_tools/contrib/get_running_task_allocation.py:109:17 - Argument to this function is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - paasta_tools/contrib/get_running_task_allocation.py:110:17 - Argument to this function is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - paasta_tools/contrib/get_running_task_allocation.py:111:17 - Argument to this function is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - paasta_tools/contrib/get_running_task_allocation.py:239:21 - Argument to this function is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - paasta_tools/contrib/get_running_task_allocation.py:240:21 - Argument to this function is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - paasta_tools/contrib/get_running_task_allocation.py:251:21 - Argument to this function is incorrect: Expected `str`, found `None`

paasta_tools/kubernetes/application/controller_wrappers.py

[error] missing-argument - paasta_tools/kubernetes/application/controller_wrappers.py:63:32 - No arguments provided for required parameters `service`, `instance`, `git_sha`, `image_version`, `config_sha`

src/black/cache.py

[error] missing-argument - src/black/cache.py:81:33 - No arguments provided for required parameters `st_mtime`, `st_size`, `hash`

cloudinit/config/modules.py

[error] unresolved-attribute - cloudinit/config/modules.py:95:9 - Type `ModuleType` has no attribute `meta`

cloudinit/url_helper.py

[warning] possibly-unbound-attribute - cloudinit/url_helper.py:960:30 - Attribute `contents` on type `UrlResponse | None` is possibly unbound
[error] invalid-argument-type - cloudinit/url_helper.py:962:24 - Argument to this function is incorrect: Expected `int | float`, found `int | float | None`

tests/unittests/sources/test_oracle.py

[error] invalid-argument-type - tests/unittests/sources/test_oracle.py:1258:13 - Argument to this function is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - tests/unittests/sources/test_oracle.py:1284:13 - Argument to this function is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - tests/unittests/sources/test_oracle.py:1312:13 - Argument to this function is incorrect: Expected `int`, found `None`

tests/unittests/config/test_modules.py

[error] invalid-argument-type - tests/unittests/config/test_modules.py:96:13 - Argument to this function is incorrect: Expected `str`, found `list`
[error] invalid-argument-type - tests/unittests/config/test_modules.py:163:13 - Argument to this function is incorrect: Expected `str`, found `list`
[error] invalid-argument-type - tests/unittests/config/test_modules.py:197:13 - Argument to this function is incorrect: Expected `str`, found `list`

cwltool/workflow_job.py

[warning] redundant-cast - cwltool/workflow_job.py:362:35 - Value is already of type `Unknown`

starlette/requests.py

[error] missing-argument - starlette/requests.py:154:20 - No arguments provided for required parameters `host`, `port`

src/pip/_vendor/rich/markup.py

[warning] possibly-unbound-attribute - src/pip/_vendor/rich/markup.py:181:38 - Attribute `strip` on type `str | None | Unknown` is possibly unbound

src/pip/_vendor/rich/terminal_theme.py

[error] missing-argument - src/pip/_vendor/rich/terminal_theme.py:27:33 - No arguments provided for required parameters `red`, `green`, `blue`
[error] missing-argument - src/pip/_vendor/rich/terminal_theme.py:28:33 - No arguments provided for required parameters `red`, `green`, `blue`

src/pip/_vendor/packaging/_manylinux.py

[error] missing-argument - src/pip/_vendor/packaging/_manylinux.py:235:21 - No arguments provided for required parameters `major`, `minor`

src/pip/_vendor/rich/color.py

[error] missing-argument - src/pip/_vendor/rich/color.py:550:27 - No arguments provided for required parameters `red`, `green`, `blue`
[error] missing-argument - src/pip/_vendor/rich/color.py:563:27 - No arguments provided for required parameters `red`, `green`, `blue`

src/pip/_vendor/rich/palette.py

[error] missing-argument - src/pip/_vendor/rich/palette.py:18:16 - No arguments provided for required parameters `red`, `green`, `blue`

docs/examples/inline_gettext_extension.py

[error] invalid-argument-type - docs/examples/inline_gettext_extension.py:48:56 - Argument to this function is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - docs/examples/inline_gettext_extension.py:50:54 - Argument to this function is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - docs/examples/inline_gettext_extension.py:57:60 - Argument to this function is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - docs/examples/inline_gettext_extension.py:59:58 - Argument to this function is incorrect: Expected `str`, found `None`

src/jinja2/nativetypes.py

[warning] unused-ignore-comment - src/jinja2/nativetypes.py:73:39 - Unused blanket `type: ignore` directive

src/jinja2/lexer.py

[error] invalid-argument-type - src/jinja2/lexer.py:667:40 - Argument to this function is incorrect: Expected `str`, found `@Todo(specialized non-generic class) | int`

tests/test_ext.py

[error] invalid-argument-type - tests/test_ext.py:208:51 - Argument to this function is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - tests/test_ext.py:210:43 - Argument to this function is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - tests/test_ext.py:212:43 - Argument to this function is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - tests/test_ext.py:213:49 - Argument to this function is incorrect: Expected `str`, found `None`

src/jinja2/compiler.py

[warning] unused-ignore-comment - src/jinja2/compiler.py:1474:39 - Unused blanket `type: ignore` directive

parso/python/tokenize.py

[error] invalid-argument-type - parso/python/tokenize.py:230:42 - Argument to this function is incorrect: Expected `tuple[str]`, found `set`

parso/utils.py

[error] missing-argument - parso/utils.py:132:12 - No arguments provided for required parameters `major`, `minor`, `micro`

boostedblob/copying.py

[warning] possibly-unbound-attribute - boostedblob/copying.py:381:16 - Attribute `size` on type `Stat | None` is possibly unbound
[error] unsupported-operator - boostedblob/copying.py:383:25 - Operator `/` is unsupported between objects of type `BasePath | BlobPath | str` and `str`
[warning] possibly-unbound-attribute - boostedblob/copying.py:455:16 - Attribute `size` on type `Stat | None` is possibly unbound
[error] unsupported-operator - boostedblob/copying.py:456:36 - Operator `/` is unsupported between objects of type `BasePath | BlobPath | str` and `str`

mongo-python-driver

Location: https://github.com/mongodb/mongo-python-driver

pymongo/server_description.py

[warning] possibly-unbound-attribute - pymongo/server_description.py:132:16 - Attribute `_fields` on type `Unknown | _ServerType` is possibly unbound

pymongo/server_type.py

[error] missing-argument - pymongo/server_type.py:33:15 - No arguments provided for required parameters `Unknown`, `Mongos`, `RSPrimary`, `RSSecondary`, `RSArbiter`, `RSOther`, `RSGhost`, `Standalone`, `LoadBalancer`

pymongo/topology_description.py

[error] missing-argument - pymongo/topology_description.py:54:17 - No arguments provided for required parameters `Single`, `ReplicaSetNoPrimary`, `ReplicaSetWithPrimary`, `Sharded`, `Unknown`, `LoadBalanced`
[warning] possibly-unbound-attribute - pymongo/topology_description.py:214:16 - Attribute `_fields` on type `Unknown | _TopologyType` is possibly unbound

setuptools

Location: https://github.com/pypa/setuptools

setuptools/_vendor/packaging/_manylinux.py

[error] missing-argument - setuptools/_vendor/packaging/_manylinux.py:236:21 - No arguments provided for required parameters `major`, `minor`

setuptools/_vendor/wheel/vendored/packaging/_manylinux.py

[error] missing-argument - setuptools/_vendor/wheel/vendored/packaging/_manylinux.py:233:21 - No arguments provided for required parameters `major`, `minor`

kopf/_cogs/structs/diffs.py

[error] missing-argument - kopf/_cogs/structs/diffs.py:74:29 - No arguments provided for required parameters `operation`, `field`, `old`, `new`

static_frame/core/index.py

[error] missing-argument - static_frame/core/index.py:755:35 - No arguments provided for required parameters `arr`, `key`

tests/test_user_registry.py

[error] missing-argument - tests/test_user_registry.py:70:16 - No arguments provided for required parameters `firstName`, `lastName`, `tweets`

tests/type/test_custom_scalars.py

[error] missing-argument - tests/type/test_custom_scalars.py:59:12 - No arguments provided for required parameters `amount`, `currency`

src/graphql/language/source.py

[error] unresolved-attribute - src/graphql/language/source.py:44:31 - Type `Literal[SourceLocation]` has no attribute `_make`

src/graphql/language/visitor.py

[error] invalid-argument-type - src/graphql/language/visitor.py:290:55 - Argument to this function is incorrect: Expected `Stack`, found `None`

src/graphql/execution/collect_fields.py

[error] missing-argument - src/graphql/execution/collect_fields.py:150:12 - No arguments provided for required parameters `new_grouped_field_set_details`, `new_defer_usages`
[error] missing-argument - src/graphql/execution/collect_fields.py:192:12 - No arguments provided for required parameters `new_grouped_field_set_details`, `new_defer_usages`

tests/type/test_definition.py

[error] call-non-callable - tests/type/test_definition.py:1337:20 - Object of type `GenericAlias` is not callable
[warning] unused-ignore-comment - tests/type/test_definition.py:1340:73 - Unused blanket `type: ignore` directive

modnotes/modnotes.py

[error] missing-argument - modnotes/modnotes.py:168:23 - No arguments provided for required parameters `uid`, `author_id`, `subject_id`, `guild_id`, `note`, `created_at`
[error] missing-argument - modnotes/modnotes.py:183:23 - No arguments provided for required parameters `uid`, `author_id`, `subject_id`, `guild_id`, `note`, `created_at`
[error] missing-argument - modnotes/modnotes.py:196:23 - No arguments provided for required parameters `uid`, `author_id`, `subject_id`, `guild_id`, `note`, `created_at`
[error] missing-argument - modnotes/modnotes.py:209:23 - No arguments provided for required parameters `uid`, `author_id`, `subject_id`, `guild_id`, `note`, `created_at`

ddtrace/internal/ci_visibility/recorder.py

[error] invalid-argument-type - ddtrace/internal/ci_visibility/recorder.py:1220:44 - Argument to this function is incorrect: Expected `TestModuleId`, found `PT`
[error] invalid-argument-type - ddtrace/internal/ci_visibility/recorder.py:1257:42 - Argument to this function is incorrect: Expected `TestSuiteId`, found `PT`

tests/tracer/test_telemetry.py

[error] invalid-argument-type - tests/tracer/test_telemetry.py:67:39 - Argument to this function is incorrect: Expected `int`, found `(bound method SpanPointerTagCase.count(value: Any, /) -> int) | int`

src/urllib3/poolmanager.py

[error] unresolved-attribute - src/urllib3/poolmanager.py:139:18 - Type `type[PoolKey]` has no attribute `_fields`
[error] missing-argument - src/urllib3/poolmanager.py:147:12 - No arguments provided for required parameters `key_scheme`, `key_host`, `key_port`, `key_timeout`, `key_retries`, `key_block`, `key_source_address`, `key_key_file`, `key_key_password`, `key_cert_file`, `key_cert_reqs`, `key_ca_certs`, `key_ca_cert_data`, `key_ssl_version`, `key_ssl_minimum_version`, `key_ssl_maximum_version`, `key_ca_cert_dir`, `key_ssl_context`, `key_maxsize`, `key_headers`, `key__proxy`, `key__proxy_headers`, `key__proxy_config`, `key_socket_options`, `key__socks_options`, `key_assert_hostname`, `key_assert_fingerprint`, `key_server_hostname`, `key_blocksize`

test/test_http2_connection.py

[warning] possibly-unbound-attribute - test/test_http2_connection.py:259:9 - Attribute `assert_called_with` on type `(bound method socket.sendall(data: @Todo(Support for `typing.TypeAlias`), flags: int = ellipsis, /) -> None) | @Todo(Support for `typing.TypeAlias`)` is possibly unbound
[warning] possibly-unbound-attribute - test/test_http2_connection.py:259:9 - Attribute `assert_called_with` on type `(bound method socket.sendall(data: @Todo(Support for `typing.TypeAlias`), flags: int = ellipsis, /) -> None) | @Todo(Support for `typing.TypeAlias`) | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)` is possibly unbound
[warning] possibly-unbound-attribute - test/test_http2_connection.py:292:9 - Attribute `assert_called_with` on type `(bound method socket.sendall(data: @Todo(Support for `typing.TypeAlias`), flags: int = ellipsis, /) -> None) | @Todo(Support for `typing.TypeAlias`)` is possibly unbound
[warning] possibly-unbound-attribute - test/test_http2_connection.py:292:9 - Attribute `assert_called_with` on type `(bound method socket.sendall(data: @Todo(Support for `typing.TypeAlias`), flags: int = ellipsis, /) -> None) | @Todo(Support for `typing.TypeAlias`) | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)` is possibly unbound
[warning] possibly-unbound-attribute - test/test_http2_connection.py:229:13 - Attribute `assert_called_with` on type `(bound method socket.sendall(data: @Todo(Support for `typing.TypeAlias`), flags: int = ellipsis, /) -> None) | @Todo(Support for `typing.TypeAlias`)` is possibly unbound
[warning] possibly-unbound-attribute - test/test_http2_connection.py:229:13 - Attribute `assert_called_with` on type `(bound method socket.sendall(data: @Todo(Support for `typing.TypeAlias`), flags: int = ellipsis, /) -> None) | @Todo(Support for `typing.TypeAlias`) | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)` is possibly unbound
[warning] possibly-unbound-attribute - test/test_http2_connection.py:325:9 - Attribute `assert_called_with` on type `(bound method socket.sendall(data: @Todo(Support for `typing.TypeAlias`), flags: int = ellipsis, /) -> None) | @Todo(Support for `typing.TypeAlias`)` is possibly unbound
[warning] possibly-unbound-attribute - test/test_http2_connection.py:325:9 - Attribute `assert_called_with` on type `(bound method socket.sendall(data: @Todo(Support for `typing.TypeAlias`), flags: int = ellipsis, /) -> None) | @Todo(Support for `typing.TypeAlias`) | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)` is possibly unbound
[warning] possibly-unbound-attribute - test/test_http2_connection.py:133:9 - Attribute `assert_called_with` on type `(bound method socket.sendall(data: @Todo(Support for `typing.TypeAlias`), flags: int = ellipsis, /) -> None) | @Todo(Support for `typing.TypeAlias`)` is possibly unbound
[warning] possibly-unbound-attribute - test/test_http2_connection.py:133:9 - Attribute `assert_called_with` on type `(bound method socket.sendall(data: @Todo(Support for `typing.TypeAlias`), flags: int = ellipsis, /) -> None) | @Todo(Support for `typing.TypeAlias`) | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)` is possibly unbound
[warning] possibly-unbound-attribute - test/test_http2_connection.py:205:17 - Attribute `assert_called_with` on type `(bound method socket.sendall(data: @Todo(Support for `typing.TypeAlias`), flags: int = ellipsis, /) -> None) | @Todo(Support for `typing.TypeAlias`)` is possibly unbound
[warning] possibly-unbound-attribute - test/test_http2_connection.py:205:17 - Attribute `assert_called_with` on type `(bound method socket.sendall(data: @Todo(Support for `typing.TypeAlias`), flags: int = ellipsis, /) -> None) | @Todo(Support for `typing.TypeAlias`) | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)` is possibly unbound
[warning] possibly-unbound-attribute - test/test_http2_connection.py:173:9 - Attribute `assert_has_calls` on type `(bound method socket.sendall(data: @Todo(Support for `typing.TypeAlias`), flags: int = ellipsis, /) -> None) | @Todo(Support for `typing.TypeAlias`)` is possibly unbound
[warning] possibly-unbound-attribute - test/test_http2_connection.py:173:9 - Attribute `assert_has_calls` on type `(bound method socket.sendall(data: @Todo(Support for `typing.TypeAlias`), flags: int = ellipsis, /) -> None) | @Todo(Support for `typing.TypeAlias`) | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)` is possibly unbound
[warning] possibly-unbound-attribute - test/test_http2_connection.py:150:9 - Attribute `assert_called_with` on type `(bound method socket.sendall(data: @Todo(Support for `typing.TypeAlias`), flags: int = ellipsis, /) -> None) | @Todo(Support for `typing.TypeAlias`)` is possibly unbound
[warning] possibly-unbound-attribute - test/test_http2_connection.py:150:9 - Attribute `assert_called_with` on type `(bound method socket.sendall(data: @Todo(Support for `typing.TypeAlias`), flags: int = ellipsis, /) -> None) | @Todo(Support for `typing.TypeAlias`) | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)` is possibly unbound
[warning] possibly-unbound-attribute - test/test_http2_connection.py:347:9 - Attribute `assert_called_with` on type `(bound method socket.sendall(data: @Todo(Support for `typing.TypeAlias`), flags: int = ellipsis, /) -> None) | @Todo(Support for `typing.TypeAlias`)` is possibly unbound
[warning] possibly-unbound-attribute - test/test_http2_connection.py:347:9 - Attribute `assert_called_with` on type `(bound method socket.sendall(data: @Todo(Support for `typing.TypeAlias`), flags: int = ellipsis, /) -> None) | @Todo(Support for `typing.TypeAlias`) | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)` is possibly unbound

src/urllib3/connection.py

[warning] unused-ignore-comment - src/urllib3/connection.py:833:42 - Unused blanket `type: ignore` directive

tests/test_make.py

[error] invalid-argument-type - tests/test_make.py:204:28 - Argument to this function is incorrect: Expected `type`, found `tuple[()]`

packaging

Location: https://github.com/pypa/packaging

src/packaging/_manylinux.py

[error] missing-argument - src/packaging/_manylinux.py:235:21 - No arguments provided for required parameters `major`, `minor`

mypy_django_plugin/transformers/manytomany.py

[warning] possibly-unbound-attribute - mypy_django_plugin/transformers/manytomany.py:64:27 - Attribute `model` on type `M2MThrough | None` is possibly unbound

mypy_django_plugin/transformers/models.py

[warning] possibly-unbound-attribute - mypy_django_plugin/transformers/models.py:833:20 - Attribute `model` on type `M2MThrough | None` is possibly unbound
[warning] possibly-unbound-attribute - mypy_django_plugin/transformers/models.py:833:62 - Attribute `model` on type `M2MThrough | None` is possibly unbound

comtypes/_memberspec.py

[error] not-iterable - comtypes/_memberspec.py:445:33 - Object of type `@Todo(full tuple[...] support) | None` may not be iterable
[error] not-iterable - comtypes/_memberspec.py:453:33 - Object of type `@Todo(full tuple[...] support) | None` may not be iterable
[error] not-iterable - comtypes/_memberspec.py:459:33 - Object of type `@Todo(full tuple[...] support) | None` may not be iterable
[error] not-iterable - comtypes/_memberspec.py:507:76 - Object of type `@Todo(full tuple[...] support) | None` may not be iterable
[warning] unused-ignore-comment - comtypes/_memberspec.py:582:54 - Unused blanket `type: ignore` directive

pwndbg/lib/funcparser.py

[error] missing-argument - pwndbg/lib/funcparser.py:78:17 - No arguments provided for required parameters `type`, `derefcnt`, `name`

pwndbg/emu/emulator.py

[error] invalid-argument-type - pwndbg/emu/emulator.py:253:66 - Argument to this function is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - pwndbg/emu/emulator.py:253:72 - Argument to this function is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - pwndbg/emu/emulator.py:843:66 - Argument to this function is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - pwndbg/emu/emulator.py:843:72 - Argument to this function is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - pwndbg/emu/emulator.py:875:70 - Argument to this function is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - pwndbg/emu/emulator.py:875:76 - Argument to this function is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - pwndbg/emu/emulator.py:841:46 - Argument to this function is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - pwndbg/emu/emulator.py:841:52 - Argument to this function is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - pwndbg/emu/emulator.py:868:50 - Argument to this function is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - pwndbg/emu/emulator.py:868:56 - Argument to this function is incorrect: Expected `int`, found `None`

pydantic/_internal/_validators.py

[error] unsupported-operator - pydantic/_internal/_validators.py:364:12 - Operator `>=` is not supported for types `str` and `int`, in comparing `int | Literal["n", "N", "F"] | @Todo(instance attribute on class with dynamic base)` with `Literal[0]`
[error] unsupported-operator - pydantic/_internal/_validators.py:364:12 - Operator `>=` is not supported for types `str` and `int`, in comparing `int | Literal["n", "N", "F"]` with `Literal[0]`
[error] unsupported-operator - pydantic/_internal/_validators.py:367:13 - Operator `+=` is unsupported between objects of type `int` and `int | Literal["n", "N", "F"] | @Todo(instance attribute on class with dynamic base)`
[error] unsupported-operator - pydantic/_internal/_validators.py:367:13 - Operator `+=` is unsupported between objects of type `int` and `int | Literal["n", "N", "F"]`

pydantic/v1/json.py

[error] unsupported-operator - pydantic/v1/json.py:38:8 - Operator `>=` is not supported for types `str` and `int`, in comparing `int | Literal["n", "N", "F"] | @Todo(instance attribute on class with dynamic base)` with `Literal[0]`
[error] unsupported-operator - pydantic/v1/json.py:38:8 - Operator `>=` is not supported for types `str` and `int`, in comparing `int | Literal["n", "N", "F"]` with `Literal[0]`

psycopg/psycopg/pq/pq_ctypes.py

[error] missing-argument - psycopg/psycopg/pq/pq_ctypes.py:1112:23 - No arguments provided for required parameters `keyword`, `envvar`, `compiled`, `val`, `label`, `dispchar`, `dispsize`

github/WorkflowRun.py

[warning] unused-ignore-comment - github/WorkflowRun.py:350:96 - Unused blanket `type: ignore` directive

github/AuthenticatedUser.py

[error] missing-argument - github/AuthenticatedUser.py:690:17 - No arguments provided for required parameters `email`, `primary`, `verified`, `visibility`

isort/parse.py

[error] invalid-argument-type - isort/parse.py:595:9 - Argument to this function is incorrect: Expected `dict`, found `OrderedDict`