Summary

Comparing branches/commits:
Old: main (merge base) 698231a4
New: 21467/merge b462a73c
Lint Rule Removed Added Changed
Total 38 127 3
invalid-argument-type 0 94 1
no-matching-overload 0 23 0
unused-ignore-comment 23 0 0
invalid-assignment 6 7 1
invalid-return-type 3 1 1
invalid-key 4 0 0
type-assertion-failure 2 0 0
unsupported-operator 0 2 0

aioredis (https://github.com/aio-libs/aioredis)

aioredis/connection.py

[error] no-matching-overload - :1301:9 - No overload of bound method `update` matches arguments

altair (https://github.com/vega/altair)

altair/datasets/_reader.py

[error] invalid-argument-type - :177:79 - Argument to function `_into_suffix` is incorrect: Expected `Path | str`, found `(Metadata & ~Top[Mapping[Unknown, object]]) | (Path & ~Top[Mapping[Unknown, object]]) | (str & ~Top[Mapping[Unknown, object]])`

tests/vegalite/v6/test_api.py

[error] invalid-key - :564:17 - Invalid key for TypedDict `_Value`: Unknown key "condition"
[error] invalid-key - :610:32 - Invalid key for TypedDict `_Value`: Unknown key "condition"

tests/vegalite/v6/test_theme.py

[error] invalid-return-type - :416:12 -
Old: Return type does not match returned value: expected `ThemeConfig`, found `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | RectConfigKwds | AreaConfigKwds | ... omitted 7 union elements]]`
New: Return type does not match returned value: expected `ThemeConfig`, found `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | MarkConfigKwds | str | ... omitted 5 union elements]]`

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

cloudinit/sources/DataSourceVMware.py

[error] invalid-argument-type - :996:16 - Argument to function `len` is incorrect: Expected `Sized`, found `Interface`
[error] invalid-argument-type - :1004:16 - Argument to function `len` is incorrect: Expected `Sized`, found `Interface`
[error] invalid-argument-type - :1000:18 - Argument to function `len` is incorrect: Expected `Sized`, found `Interface`
[error] invalid-argument-type - :1008:18 - Argument to function `len` is incorrect: Expected `Sized`, found `Interface`
[error] invalid-argument-type - :1017:47 - Argument to function `len` is incorrect: Expected `Sized`, found `Interface`
[error] invalid-argument-type - :1027:47 - Argument to function `len` is incorrect: Expected `Sized`, found `Interface`

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

homeassistant/components/auth/login_flow.py

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

homeassistant/components/auth/mfa_setup_flow.py

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

homeassistant/components/energy/data.py

[error] invalid-assignment - :367:29 - Invalid assignment to key "device_consumption" with declared type `list[DeviceConsumption]` on TypedDict `EnergyPreferences`: value of type `list[SourceType] | list[DeviceConsumption]`
[error] invalid-assignment - :367:29 - Invalid assignment to key "energy_sources" with declared type `list[SourceType]` on TypedDict `EnergyPreferences`: value of type `list[SourceType] | list[DeviceConsumption]`

homeassistant/components/evohome/storage.py

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

homeassistant/components/geofency/device_tracker.py

[error] invalid-assignment - :71:9 - Object of type `DeviceInfo` is not assignable to attribute `_attr_device_info` of type `None`

homeassistant/components/gpslogger/device_tracker.py

[error] invalid-assignment - :83:9 - Object of type `DeviceInfo` is not assignable to attribute `_attr_device_info` of type `None`

homeassistant/components/homekit/config_flow.py

[error] invalid-assignment - :502:9 - Object of type `Any` is not assignable to `EntityFilterDict`
[error] invalid-assignment - :546:9 - Object of type `Any` is not assignable to `EntityFilterDict`
[error] invalid-assignment - :649:9 - Object of type `Any` is not assignable to `EntityFilterDict`

homeassistant/components/launch_library/__init__.py

[error] invalid-argument-type - :56:9 - Argument to bound method `__init__` is incorrect: Expected `(() -> Awaitable[dict[str, Any]]) | None`, found `def async_update() -> CoroutineType[Any, Any, LaunchLibraryData]`

homeassistant/components/mqtt/config_flow.py

[error] no-matching-overload - :4588:13 - No overload of bound method `update` matches arguments
[error] no-matching-overload - :4589:13 - No overload of bound method `update` matches arguments
[error] no-matching-overload - :4625:9 - No overload of bound method `update` matches arguments
[error] no-matching-overload - :4637:13 - No overload of bound method `update` matches arguments
[error] no-matching-overload - :4638:13 - No overload of bound method `update` matches arguments

homeassistant/components/mqtt/entity.py

[error] no-matching-overload - :382:17 - No overload of bound method `update` matches arguments
[error] no-matching-overload - :383:17 - No overload of bound method `update` matches arguments

homeassistant/components/traccar/device_tracker.py

[error] invalid-assignment - :129:9 - Object of type `DeviceInfo` is not assignable to attribute `_attr_device_info` of type `None`

homeassistant/components/zeroconf/discovery.py

[error] invalid-argument-type - :409:20 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | ZeroconfMatcher`

homeassistant/helpers/device_registry.py

[error] invalid-argument-type - :231:16 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `DeviceInfo`
[error] invalid-argument-type - :1456:13 - Argument to bound method `async_fire_internal` is incorrect: Expected `EventType[_EventDeviceRegistryUpdatedData_Remove] | str`, found `EventType[EventDeviceRegistryUpdatedData]`

homeassistant/helpers/entity_registry.py

[error] invalid-argument-type - :1079:13 - Argument to bound method `async_fire_internal` is incorrect: Expected `EventType[_EventEntityRegistryUpdatedData_CreateRemove] | str`, found `EventType[EventEntityRegistryUpdatedData]`
[error] invalid-argument-type - :1126:13 - Argument to bound method `async_fire_internal` is incorrect: Expected `EventType[_EventEntityRegistryUpdatedData_CreateRemove] | str`, found `EventType[EventEntityRegistryUpdatedData]`
[error] invalid-argument-type - :1378:43 - Argument to bound method `async_fire_internal` is incorrect: Expected `EventType[_EventEntityRegistryUpdatedData_Update] | str`, found `EventType[EventEntityRegistryUpdatedData]`

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

cwltool/cwlprov/ro.py

[error] no-matching-overload - :357:21 - No overload of bound method `update` matches arguments

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

ddtrace/_trace/utils_botocore/span_pointers/dynamodb.py

[error] invalid-argument-type - :452:12 - Argument to function `len` is incorrect: Expected `Sized`, found `_DynamoDBPutRequestWriteRequest | _DynamoDBDeleteRequestWriteRequest`
[error] invalid-argument-type - :453:87 - Argument to function `len` is incorrect: Expected `Sized`, found `_DynamoDBPutRequestWriteRequest | _DynamoDBDeleteRequestWriteRequest`
[error] invalid-argument-type - :501:12 - Argument to function `len` is incorrect: Expected `Sized`, found `_DynamoDBTransactConditionCheckItem | _DynamoDBTransactDeleteItem | _DynamoDBTransactPutItem | _DynamoDBTransactUpdateItem`
[error] invalid-argument-type - :502:96 - Argument to function `len` is incorrect: Expected `Sized`, found `_DynamoDBTransactConditionCheckItem | _DynamoDBTransactDeleteItem | _DynamoDBTransactPutItem | _DynamoDBTransactUpdateItem`

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

discord/audit_logs.py

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

discord/channel.py

[warning] unused-ignore-comment - :561:87 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1654:87 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2010:87 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2169:87 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2815:87 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :3234:57 - Argument to function `store_user` is incorrect: Argument type `PartialUser` does not satisfy upper bound `ConnectionState[ClientT@ConnectionState]` of type variable `Self`
[error] invalid-argument-type - :3409:63 - Argument to function `store_user` is incorrect: Argument type `PartialUser` does not satisfy upper bound `ConnectionState[ClientT@ConnectionState]` of type variable `Self`

discord/components.py

[error] invalid-argument-type - :1326:27 - Invalid argument to key "components" with declared type `list[ActionRow | TextComponent | MediaGalleryComponent | ... omitted 5 union elements]` on TypedDict `ContainerComponent`: value of type `list[ButtonComponent | SelectMenu | TextInput | ... omitted 11 union elements]`
[error] invalid-argument-type - :1458:26 - Argument to bound method `__init__` is incorrect: Expected `ActionRow`, found `ButtonComponent | SelectMenu | TextInput | ... omitted 10 union elements`
[error] invalid-argument-type - :1460:23 - Argument to bound method `__init__` is incorrect: Expected `ButtonComponent`, found `ButtonComponent | SelectMenu | TextInput | ... omitted 10 union elements`
[error] invalid-argument-type - :1462:26 - Argument to bound method `__init__` is incorrect: Expected `TextInput`, found `ButtonComponent | SelectMenu | TextInput | ... omitted 10 union elements`
[error] invalid-argument-type - :1466:33 - Argument to bound method `__init__` is incorrect: Expected `SectionComponent`, found `ButtonComponent | SelectMenu | TextInput | ... omitted 10 union elements`
[error] invalid-argument-type - :1468:28 - Argument to bound method `__init__` is incorrect: Expected `TextComponent`, found `ButtonComponent | SelectMenu | TextInput | ... omitted 10 union elements`
[error] invalid-argument-type - :1470:35 - Argument to bound method `__init__` is incorrect: Expected `ThumbnailComponent`, found `ButtonComponent | SelectMenu | TextInput | ... omitted 10 union elements`
[error] invalid-argument-type - :1472:38 - Argument to bound method `__init__` is incorrect: Expected `MediaGalleryComponent`, found `ButtonComponent | SelectMenu | TextInput | ... omitted 10 union elements`
[error] invalid-argument-type - :1474:30 - Argument to bound method `__init__` is incorrect: Expected `FileComponent`, found `ButtonComponent | SelectMenu | TextInput | ... omitted 10 union elements`
[error] invalid-argument-type - :1476:35 - Argument to bound method `__init__` is incorrect: Expected `SeparatorComponent`, found `ButtonComponent | SelectMenu | TextInput | ... omitted 10 union elements`
[error] invalid-argument-type - :1478:26 - Argument to bound method `__init__` is incorrect: Expected `ContainerComponent`, found `ButtonComponent | SelectMenu | TextInput | ... omitted 10 union elements`
[error] invalid-argument-type - :1480:31 - Argument to bound method `__init__` is incorrect: Expected `LabelComponent`, found `ButtonComponent | SelectMenu | TextInput | ... omitted 10 union elements`
[error] invalid-argument-type - :1482:36 - Argument to bound method `__init__` is incorrect: Expected `FileUploadComponent`, found `ButtonComponent | SelectMenu | TextInput | ... omitted 10 union elements`
[warning] unused-ignore-comment - :1382:53 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1464:34 - Unused blanket `type: ignore` directive

discord/guild.py

[error] invalid-argument-type - :1961:13 - Argument to bound method `__init__` is incorrect: Expected `ForumChannel | MediaChannel`, found `TextChannel | NewsChannel | VoiceChannel | ... omitted 5 union elements`
[warning] unused-ignore-comment - :653:73 - Unused blanket `type: ignore` directive

discord/interactions.py

[error] invalid-argument-type - :256:92 - Argument to bound method `format_map` is incorrect: Expected `_FormatMapMapping`, found `TextChannel | NewsChannel | VoiceChannel | ... omitted 7 union elements`
[warning] unused-ignore-comment - :243:106 - Unused blanket `type: ignore` directive

discord/member.py

[error] invalid-argument-type - :447:16 - Argument to function `len` is incorrect: Expected `Sized`, found `User`
[error] invalid-argument-type - :319:45 - Argument to function `store_user` is incorrect: Argument type `User` does not satisfy upper bound `ConnectionState[ClientT@ConnectionState]` of type variable `Self`

discord/message.py

[warning] unused-ignore-comment - :535:68 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :791:77 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :2455:46 - Argument to function `store_user` is incorrect: Argument type `User` does not satisfy upper bound `ConnectionState[ClientT@ConnectionState]` of type variable `Self`
[error] invalid-argument-type - :2481:47 - Argument to function `store_user` is incorrect: Argument type `UserWithMember` does not satisfy upper bound `ConnectionState[ClientT@ConnectionState]` of type variable `Self`

discord/onboarding.py

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

discord/opus.py

[error] no-matching-overload - :349:95 - No overload of bound method `join` matches arguments
[error] no-matching-overload - :389:85 - No overload of bound method `join` matches arguments
[error] no-matching-overload - :396:87 - No overload of bound method `join` matches arguments

discord/scheduled_event.py

[error] invalid-argument-type - :150:63 - Argument to function `store_user` is incorrect: Argument type `User & ~AlwaysFalsy` does not satisfy upper bound `ConnectionState[ClientT@ConnectionState]` of type variable `Self`

discord/state.py

[warning] unused-ignore-comment - :676:52 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :912:47 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1158:70 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1975:52 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :1121:32 - Argument to function `store_user` is incorrect: Argument type `User` does not satisfy upper bound `ConnectionState[ClientT@ConnectionState]` of type variable `Self`
[error] invalid-argument-type - :1388:36 - Argument to function `store_user` is incorrect: Argument type `User` does not satisfy upper bound `ConnectionState[ClientT@ConnectionState]` of type variable `Self`

discord/sticker.py

[error] invalid-argument-type - :420:60 - Argument to function `store_user` is incorrect: Argument type `User & ~AlwaysFalsy` does not satisfy upper bound `ConnectionState[ClientT@ConnectionState]` of type variable `Self`

discord/ui/view.py

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

discord/webhook/async_.py

[error] invalid-argument-type - :751:44 - Argument to function `store_user` is incorrect: Argument type `PartialUser` does not satisfy upper bound `ConnectionState[ClientT@ConnectionState]` of type variable `Self`

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

freqtrade/optimize/backtesting.py

[error] invalid-argument-type - :1870:51 - Argument to function `len` is incorrect: Expected `Sized`, found `BacktestResultType`

freqtrade/rpc/telegram.py

[error] invalid-argument-type - :543:46 - Argument to bound method `_format_entry_msg` is incorrect: Expected `RPCEntryMsg`, found `RPCStatusMsg | RPCStrategyMsg | RPCProtectionMsg | ... omitted 7 union elements`
[error] invalid-argument-type - :546:45 - Argument to bound method `_format_exit_msg` is incorrect: Expected `RPCExitMsg`, found `RPCStatusMsg | RPCStrategyMsg | RPCProtectionMsg | ... omitted 7 union elements`
[error] invalid-argument-type - :553:62 - Argument to bound method `_exchange_from_msg` is incorrect: Expected `RPCEntryMsg | RPCExitMsg | RPCExitCancelMsg | RPCCancelMsg`, found `RPCStatusMsg | RPCStrategyMsg | RPCProtectionMsg | ... omitted 7 union elements`
[warning] unused-ignore-comment - :445:77 - Unused blanket `type: ignore` directive

graphql-core (https://github.com/graphql-python/graphql-core)

tests/error/test_graphql_error.py

[error] invalid-argument-type - :81:20 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `GraphQLFormattedError`

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

jax/_src/tpu_custom_call.py

[error] invalid-argument-type - :173:37 - Argument to bound method `__init__` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `CostEstimate & ~None`

kopf (https://github.com/nolar/kopf)

kopf/_core/intents/handlers.py

[error] invalid-argument-type - :31:33 - Argument to function `resolve` is incorrect: Expected `Mapping[Any, Any] | None`, found `BodyEssence | None`
[error] invalid-argument-type - :32:33 - Argument to function `resolve` is incorrect: Expected `Mapping[Any, Any] | None`, found `BodyEssence | None`

kopf/_core/intents/registries.py

[error] invalid-argument-type - :498:29 - Argument to function `resolve` is incorrect: Expected `Mapping[Any, Any] | None`, found `BodyEssence | None`
[error] invalid-argument-type - :499:29 - Argument to function `resolve` is incorrect: Expected `Mapping[Any, Any] | None`, found `BodyEssence | None`
[error] invalid-argument-type - :530:25 - Argument to function `resolve` is incorrect: Expected `Mapping[Any, Any] | None`, found `BodyEssence | None`
[error] invalid-argument-type - :531:25 - Argument to function `resolve` is incorrect: Expected `Mapping[Any, Any] | None`, found `BodyEssence | None`

materialize (https://github.com/MaterializeInc/materialize)

misc/python/materialize/scratch.py

[error] invalid-argument-type - :188:30 -
Old: Invalid argument to key "TagSpecifications" with declared type `Sequence[TagSpecificationTypeDef | TagSpecificationOutputTypeDef]` on TypedDict `RunInstancesRequestServiceResourceCreateInstancesTypeDef`: value of type `list[Unknown | dict[Unknown | str, Unknown | str | list[dict[Unknown | str, Unknown | str] | Unknown]]]`
New: Invalid argument to key "TagSpecifications" with declared type `Sequence[TagSpecificationOutputTypeDef]` on TypedDict `RunInstancesRequestServiceResourceCreateInstancesTypeDef`: value of type `list[Unknown | dict[Unknown | str, Unknown | str | list[dict[Unknown | str, Unknown | str] | Unknown]]]`

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

mesonbuild/dependencies/factory.py

[error] no-matching-overload - :123:9 - No overload of bound method `update` matches arguments

mesonbuild/build.py

[error] invalid-argument-type - :1274:42 - Argument to function `extract_as_list` is incorrect: Expected `dict[Literal["link_args"], Unknown]`, found `BuildTargetKeywordArguments`
[error] invalid-argument-type - :1288:35 - Argument to function `extract_as_list` is incorrect: Expected `dict[Literal["include_directories"], Unknown]`, found `BuildTargetKeywordArguments`
[error] invalid-argument-type - :1291:35 - Argument to function `extract_as_list` is incorrect: Expected `dict[Literal["dependencies"], Unknown]`, found `BuildTargetKeywordArguments`
[error] invalid-argument-type - :2644:40 - Argument to bound method `process_vs_module_defs_kw` is incorrect: Expected `ExecutableKeywordArguments`, found `SharedLibraryKeywordArguments`

mesonbuild/interpreter/interpreter.py

[error] invalid-argument-type - :1303:87 - Argument to function `machine_from_native_kwarg` is incorrect: Expected `dict[str, Any]`, found `FuncAddLanguages`
[error] no-matching-overload - :1905:20 - No overload of bound method `build_target` matches arguments
[error] no-matching-overload - :1916:16 - No overload of bound method `build_target` matches arguments
[error] invalid-argument-type - :2215:35 - Argument to bound method `add_test` is incorrect: Expected `dict[str, Any]`, found `FuncBenchmark`
[error] invalid-argument-type - :2222:35 - Argument to bound method `add_test` is incorrect: Expected `dict[str, Any]`, found `FuncTest`
[error] invalid-argument-type - :2253:37 - Argument to bound method `unpack_env_kwarg` is incorrect: Expected `EnvironmentVariables | dict[str, @Todo] | list[@Todo] | str`, found `BaseTest`
[error] invalid-argument-type - :3456:38 - Argument to bound method `__process_language_args` is incorrect: Expected `dict[str, list[File | str]]`, found `Executable | StaticLibrary | SharedModule | Jar`
[error] invalid-return-type - :1874:16 - Return type does not match returned value: expected `SharedModule`, found `SharedLibrary`
[error] invalid-key - :3452:16 - Invalid key for TypedDict `SharedLibrary`: Unknown key "dependencies"
[error] invalid-argument-type - :3452:50 - Argument to function `extract_as_list` is incorrect: Expected `dict[Literal["dependencies"], Unknown]`, found `Executable | StaticLibrary | SharedModule | Jar`
[error] invalid-assignment - :3454:33 - Invalid assignment to key "extra_files" with declared type `list[File | str]` on TypedDict `SharedLibrary`: value of type `list[File]`
[error] invalid-assignment - :3484:39 - Invalid assignment to key "d_import_dirs" with declared type `list[str | IncludeDirs]` on TypedDict `SharedLibrary`: value of type `list[IncludeDirs]`
[error] invalid-assignment - :3495:9 -
Old: Object of type `dict[str | Unknown, object]` is not assignable to `Executable | StaticLibrary | SharedLibrary | SharedModule | Jar`
New: Object of type `dict[str | Unknown, object]` is not assignable to `Executable | StaticLibrary | SharedModule | Jar`
[error] invalid-key - :3528:16 - Invalid key for TypedDict `SharedLibrary`: Unknown key "include_directories"

mesonbuild/interpreter/mesonmain.py

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

mesonbuild/modules/python.py

[error] invalid-argument-type - :158:45 - Argument to function `extract_as_list` is incorrect: Expected `dict[Literal["dependencies"], Unknown]`, found `ExtensionModuleKw`
[error] invalid-argument-type - :178:51 - Argument to function `extract_as_list` is incorrect: Expected `dict[Literal["c_args"], Unknown]`, found `ExtensionModuleKw`
[error] invalid-argument-type - :182:53 - Argument to function `extract_as_list` is incorrect: Expected `dict[Literal["cpp_args"], Unknown]`, found `ExtensionModuleKw`
[error] invalid-argument-type - :207:58 - Argument to function `extract_as_list` is incorrect: Expected `dict[Literal["link_args"], Unknown]`, found `ExtensionModuleKw`
[error] invalid-return-type - :231:16 - Return type does not match returned value: expected `SharedModule`, found `Unknown | SharedLibrary`

mesonbuild/modules/simd.py

[error] invalid-argument-type - :103:54 - Argument to function `extract_as_list` is incorrect: Expected `dict[str, Unknown]`, found `StaticLibrary`

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

openlibrary/core/lists/model.py

[error] invalid-assignment - :431:13 - Object of type `(Thing & ~str & ~Top[dict[Unknown, Unknown]]) | (AnnotatedSeed & ~str & ~Top[dict[Unknown, Unknown]])` is not assignable to attribute `value` of type `Thing | str`
[error] invalid-argument-type - :474:27 - Argument to bound method `__init__` is incorrect: Expected `Thing | str | AnnotatedSeed`, found `str | ThingReferenceDict | AnnotatedSeedDict`

openlibrary/solr/updater/author.py

[error] unsupported-operator - :121:9 - Operator `|=` is unsupported between objects of type `dict[Unknown, Unknown]` and `WorkRatingsSummary`

openlibrary/solr/updater/work.py

[error] unsupported-operator - :286:9 - Operator `|=` is unsupported between objects of type `dict[Unknown, Unknown]` and `(WorkRatingsSummary & ~AlwaysFalsy) | dict[Unknown, Unknown]`

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

tests/test_timefuncs.py

[error] type-assertion-failure - :1352:11 - Argument does not have asserted type `Series[Timestamp]`
[error] type-assertion-failure - :1353:11 - Argument does not have asserted type `Series[Timestamp]`

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

src/poetry/utils/authenticator.py

[error] no-matching-overload - :224:9 - No overload of bound method `update` matches arguments

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

src/prefect/settings/profiles.py

[error] invalid-argument-type - :103:56 - Argument to bound method `from_exception_data` is incorrect: Expected `list[InitErrorDetails]`, found `list[Unknown | ErrorDetails]`

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

pydantic/_internal/_discriminated_union.py

[error] invalid-argument-type - :223:13 - Argument to function `tagged_union_schema` is incorrect: Expected `SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 4 union elements`, found `SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 6 union elements`
[error] invalid-argument-type - :270:83 - Argument to bound method `_is_discriminator_shared` is incorrect: Expected `TaggedUnionSchema`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-argument-type - :342:70 - Argument to bound method `_infer_discriminator_values_for_model_choice` is incorrect: Expected `ModelFieldsSchema`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-argument-type - :345:74 - Argument to bound method `_infer_discriminator_values_for_dataclass_choice` is incorrect: Expected `DataclassArgsSchema`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-argument-type - :348:75 - Argument to bound method `_infer_discriminator_values_for_typed_dict_choice` is incorrect: Expected `TypedDictSchema`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`

pydantic/_internal/_generate_schema.py

[error] invalid-argument-type - :2823:77 - Argument to function `_inlining_behavior` is incorrect: Expected `DefinitionReferenceSchema`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`
[error] invalid-assignment - :270:34 - Invalid assignment to key "items_schema" with declared type `list[InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements]` on TypedDict `TupleSchema`: value of type `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`

pydantic/functional_validators.py

[error] invalid-argument-type - :238:17 - Argument to function `with_info_plain_validator_function` is incorrect: Expected `SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 4 union elements`, found `SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 6 union elements`
[error] invalid-argument-type - :245:17 - Argument to function `no_info_plain_validator_function` is incorrect: Expected `SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 4 union elements`, found `SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 6 union elements`

pydantic/json_schema.py

[error] invalid-argument-type - :563:49 - Argument to function `populate_defs` is incorrect: Expected `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 53 union elements`
[error] invalid-argument-type - :585:41 - Argument to function `populate_defs` is incorrect: Expected `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 53 union elements`
[error] invalid-return-type - :2857:16 - Return type does not match returned value: expected `PlainSerializerFunctionSerSchema | None`, found `(SimpleSerSchema & ~AlwaysFalsy) | (PlainSerializerFunctionSerSchema & ~AlwaysFalsy) | (WrapSerializerFunctionSerSchema & ~AlwaysFalsy) | ... omitted 5 union elements`
[error] invalid-assignment - :1808:9 - Object of type `Any | None` is not assignable to `ConfigDict`

pydantic/types.py

[error] invalid-argument-type - :3135:13 - Argument to function `tagged_union_schema` is incorrect: Expected `SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 4 union elements`, found `SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 6 union elements`

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

testing/typing_checks.py

[error] invalid-argument-type - :47:25 - Argument to bound method `setitem` is incorrect: Expected `Mapping[Literal["x"], Literal[2]]`, found `Foo`
[error] invalid-argument-type - :48:25 - Argument to bound method `delitem` is incorrect: Expected `Mapping[Literal["y"], Unknown]`, found `Foo`

scikit-build-core (https://github.com/scikit-build/scikit-build-core)

src/scikit_build_core/settings/skbuild_model.py

[error] no-matching-overload - :64:42 - No overload of function `field` matches arguments
[error] no-matching-overload - :108:31 - No overload of function `field` matches arguments
[error] no-matching-overload - :131:36 - No overload of function `field` matches arguments
[error] no-matching-overload - :149:42 - No overload of function `field` matches arguments
[error] no-matching-overload - :229:60 - No overload of function `field` matches arguments
[error] no-matching-overload - :388:29 - No overload of function `field` matches arguments
[error] no-matching-overload - :493:42 - No overload of function `field` matches arguments

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

xarray/core/options.py

[error] invalid-argument-type - :318:83 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `T_Options`

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

zerver/tests/test_channel_fetch.py

[error] invalid-argument-type - :594:38 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | SubscriptionStreamDict`
[error] invalid-argument-type - :610:34 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `NeverSubscribedStreamDict`
[error] invalid-argument-type - :762:57 - Argument to bound method `assertNotIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `SubscriptionStreamDict`
[error] invalid-argument-type - :767:49 - Argument to bound method `assertNotIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `SubscriptionStreamDict`

zerver/tests/test_signup.py

[error] invalid-argument-type - :112:13 - Argument to bound method `assertDictEqual` is incorrect: Expected `Mapping[Any, object]`, found `ExternalAuthDataDict`
[error] invalid-argument-type - :122:13 - Argument to bound method `assertDictEqual` is incorrect: Expected `Mapping[Any, object]`, found `ExternalAuthDataDict`
[error] invalid-argument-type - :145:13 - Argument to bound method `assertDictEqual` is incorrect: Expected `Mapping[Any, object]`, found `ExternalAuthDataDict`

zerver/tests/test_user_status.py

[error] invalid-return-type - :23:12 - Return type does not match returned value: expected `UserInfoDict`, found `UserInfoDict | None`