Summary

Comparing branches/commits:
Old: main (merge base) 739c94f9
New: 19733/merge 2dde49cc
Lint Rule Removed Added Changed
Total 11 14 0
invalid-argument-type 5 7 0
unused-ignore-comment 3 4 0
possibly-unbound-attribute 0 3 0
possibly-unresolved-reference 2 0 0
invalid-assignment 1 0 0

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

tests/vegalite/v6/test_api.py

[warning] unused-ignore-comment - :410:42 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :430:41 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :465:57 - Unused blanket `type: ignore` directive

tests/vegalite/v6/test_theme.py

[warning] unused-ignore-comment - :1073:40 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1074:39 - Unused blanket `type: ignore` directive

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

cloudinit/netinfo.py

[error] invalid-argument-type - :596:25 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["ip"]` on object of type `str`
[error] invalid-argument-type - :597:25 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["mask"]` on object of type `str`
[warning] possibly-unbound-attribute - :598:25 - Attribute `get` on type `str | @Todo(Support for `TypedDict`)` is possibly unbound
[error] invalid-argument-type - :609:25 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["ip"]` on object of type `str`
[warning] possibly-unbound-attribute - :611:25 - Attribute `get` on type `str | @Todo(Support for `TypedDict`)` is possibly unbound

cloudinit/sources/DataSourceVMware.py

[error] invalid-argument-type - :1017:20 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["ip"]` on object of type `str`
[error] invalid-argument-type - :1027:20 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["ip"]` on object of type `str`
[error] invalid-argument-type - :1155:62 - Argument to function `convert_to_netifaces_ipv4_format` is incorrect: Expected `dict[Unknown, Unknown]`, found `str`
[error] invalid-argument-type - :1157:62 - Argument to function `convert_to_netifaces_ipv6_format` is incorrect: Expected `dict[Unknown, Unknown]`, found `str`

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

openlibrary/core/lists/model.py

[warning] possibly-unbound-attribute - :421:24 - Attribute `key` on type `(Thing & ~str & ~dict[Unknown, Unknown]) | (AnnotatedSeed & ~str & ~dict[Unknown, Unknown])` is possibly unbound

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

pydantic/json_schema.py

[error] invalid-assignment - :1734:9 - Object of type `Any | list[Any]` is not assignable to `ConfigDict`

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

src/urllib3/connection.py

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

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

tests/test_url.py

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

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

corporate/views/support.py

[error] invalid-argument-type - :582:35 - Argument to bound method `__init__` is incorrect: Expected `Realm | None`, found `Self@Model`
[error] invalid-argument-type - :894:52 - Argument to bound method `__init__` is incorrect: Expected `RemoteRealm`, found `Self@Model`
[warning] possibly-unresolved-reference - :894:65 - Name `remote_realm` used when possibly not defined
[error] invalid-argument-type - :902:52 - Argument to bound method `__init__` is incorrect: Expected `RemoteZulipServer`, found `Self@Model`
[warning] possibly-unresolved-reference - :902:66 - Name `remote_server` used when possibly not defined

zerver/lib/message_report.py

[error] invalid-argument-type - :35:60 - Argument to function `silent_mention_syntax_for_user` is incorrect: Expected `UserProfile | UserDisplayRecipient`, found `Unknown | _ST@ForeignKey`

zerver/lib/reminders.py

[error] invalid-argument-type - :35:58 - Argument to function `silent_mention_syntax_for_user` is incorrect: Expected `UserProfile | UserDisplayRecipient`, found `Unknown | _ST@ForeignKey`