Summary

Comparing branches/commits:
Old: main (merge base) b83ac5e2
New: 20635/merge 13155488
Lint Rule Removed Added Changed
Total 129 221 12
missing-typed-dict-key 0 162 0
unresolved-attribute 109 2 0
type-assertion-failure 3 30 0
invalid-argument-type 0 4 9
invalid-context-manager 13 0 0
non-subscriptable 0 9 0
unsupported-operator 2 2 2
possibly-missing-attribute 0 3 1
redundant-cast 1 3 0
invalid-assignment 0 3 0
invalid-return-type 0 2 0
possibly-missing-implicit-call 0 1 0
unused-ignore-comment 1 0 0

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

tanjun/annotations.py

[error] invalid-argument-type - :2110:75 - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `_NumberT@__getitem__ & ~float`
[error] invalid-argument-type - :1949:74 -
Old: Argument to bound method `__init__` is incorrect: Expected `int | float`, found `~int`
New: Argument to bound method `__init__` is incorrect: Expected `int | float`, found `(int | float) & ~int`
[error] invalid-argument-type - :1996:74 -
Old: Argument to bound method `__init__` is incorrect: Expected `int | float`, found `~int`
New: Argument to bound method `__init__` is incorrect: Expected `int | float`, found `(int | float) & ~int`

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

altair/utils/core.py

[warning] redundant-cast - :356:10 - Value is already of type `_PandasDataFrameT@sanitize_pandas_dataframe`

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

cloudinit/net/ephemeral.py

[error] unresolved-attribute - :140:13 - Type `str` has no attribute `get`

colour (https://github.com/colour-science/colour)

colour/plotting/tm3018/report.py

[error] invalid-argument-type - :347:40 -
Old: Argument to bound method `text` is incorrect: Expected `str`, found `str | None`
New: Argument to bound method `text` is incorrect: Expected `str`, found `T@optional | None | str`
[error] invalid-argument-type - :358:40 -
Old: Argument to bound method `text` is incorrect: Expected `str`, found `str | None`
New: Argument to bound method `text` is incorrect: Expected `str`, found `T@optional | None | str`
[error] invalid-argument-type - :372:47 -
Old: Argument to bound method `text` is incorrect: Expected `str`, found `str | None`
New: Argument to bound method `text` is incorrect: Expected `str`, found `T@optional | None | str`
[error] invalid-argument-type - :383:47 -
Old: Argument to bound method `text` is incorrect: Expected `str`, found `str | None`
New: Argument to bound method `text` is incorrect: Expected `str`, found `T@optional | None | str`
[error] invalid-argument-type - :425:30 -
Old: Argument to bound method `text` is incorrect: Expected `str`, found `str | None`
New: Argument to bound method `text` is incorrect: Expected `str`, found `T@optional | None | str`

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

homeassistant/components/meteo_france/weather.py

[error] missing-typed-dict-key - :194:21 - Missing required key 'datetime' in TypedDict `Forecast` constructor
[error] missing-typed-dict-key - :216:21 - Missing required key 'datetime' in TypedDict `Forecast` constructor

homeassistant/components/mqtt/debug_info.py

[error] non-subscriptable - :45:21 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :46:9 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :52:5 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :63:32 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :64:13 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :69:13 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-implicit-call - :92:5 - Method `__setitem__` of type `Unknown | EntityDebugInfo | None` may be missing

homeassistant/components/thread/diagnostics.py

[error] non-subscriptable - :151:13 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :179:18 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :200:9 - Cannot subscript object of type `None` with no `__getitem__` method

homeassistant/components/todoist/calendar.py

[error] unsupported-operator - :552:21 - Operator `in` is not supported for types `Unknown` and `bool`, in comparing `Unknown` with `Unknown | bool | str | None | list[Unknown] | datetime`
[error] unsupported-operator - :584:33 - Operator `+` is unsupported between objects of type `Unknown | bool | str | None | list[Unknown] | datetime` and `timedelta`
[error] unsupported-operator - :570:21 -
Old: Operator `>` is not supported for types `None` and `datetime`, in comparing `datetime | None` with `datetime`
New: Operator `>` is not supported for types `bool` and `datetime`, in comparing `Unknown | bool | str | None | list[Unknown] | datetime` with `datetime`
[warning] possibly-missing-attribute - :576:35 -
Old: Attribute `date` on type `datetime | None` may be missing
New: Attribute `date` on type `Unknown | bool | str | None | list[Unknown] | datetime` may be missing
[error] unsupported-operator - :579:20 -
Old: Operator `<=` is not supported for types `None` and `datetime`, in comparing `datetime | None` with `datetime`
New: Operator `<=` is not supported for types `bool` and `str`, in comparing `Unknown | bool | str | None | list[Unknown] | datetime` with `Unknown | bool | str | None | list[Unknown] | datetime`

homeassistant/util/hass_dict.pyi

[error] type-assertion-failure - :146:5 - Argument does not have asserted type `dict[str, int]`
[error] type-assertion-failure - :147:5 - Argument does not have asserted type `int`
[warning] unused-ignore-comment - :155:62 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :170:5 - Argument does not have asserted type `dict[str, int]`

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

tests/llmobs/test_llmobs_evaluator_runner.py

[error] missing-typed-dict-key - :38:34 - Missing required key '_dd' in TypedDict `LLMObsSpanEvent` constructor
[error] missing-typed-dict-key - :38:34 - Missing required key 'duration' in TypedDict `LLMObsSpanEvent` constructor
[error] missing-typed-dict-key - :38:34 - Missing required key 'meta' in TypedDict `LLMObsSpanEvent` constructor
[error] missing-typed-dict-key - :38:34 - Missing required key 'metrics' in TypedDict `LLMObsSpanEvent` constructor
[error] missing-typed-dict-key - :38:34 - Missing required key 'name' in TypedDict `LLMObsSpanEvent` constructor
[error] missing-typed-dict-key - :38:34 - Missing required key 'parent_id' in TypedDict `LLMObsSpanEvent` constructor
[error] missing-typed-dict-key - :38:34 - Missing required key 'span_id' in TypedDict `LLMObsSpanEvent` constructor
[error] missing-typed-dict-key - :38:34 - Missing required key 'start_ns' in TypedDict `LLMObsSpanEvent` constructor
[error] missing-typed-dict-key - :38:34 - Missing required key 'status' in TypedDict `LLMObsSpanEvent` constructor
[error] missing-typed-dict-key - :38:34 - Missing required key 'tags' in TypedDict `LLMObsSpanEvent` constructor
[error] missing-typed-dict-key - :38:34 - Missing required key 'trace_id' in TypedDict `LLMObsSpanEvent` constructor
[error] missing-typed-dict-key - :56:30 - Missing required key '_dd' in TypedDict `LLMObsSpanEvent` constructor
[error] missing-typed-dict-key - :56:30 - Missing required key 'duration' in TypedDict `LLMObsSpanEvent` constructor
[error] missing-typed-dict-key - :56:30 - Missing required key 'meta' in TypedDict `LLMObsSpanEvent` constructor
[error] missing-typed-dict-key - :56:30 - Missing required key 'metrics' in TypedDict `LLMObsSpanEvent` constructor
[error] missing-typed-dict-key - :56:30 - Missing required key 'name' in TypedDict `LLMObsSpanEvent` constructor
[error] missing-typed-dict-key - :56:30 - Missing required key 'parent_id' in TypedDict `LLMObsSpanEvent` constructor
[error] missing-typed-dict-key - :56:30 - Missing required key 'start_ns' in TypedDict `LLMObsSpanEvent` constructor
[error] missing-typed-dict-key - :56:30 - Missing required key 'status' in TypedDict `LLMObsSpanEvent` constructor
[error] missing-typed-dict-key - :56:30 - Missing required key 'tags' in TypedDict `LLMObsSpanEvent` constructor
[error] missing-typed-dict-key - :82:30 - Missing required key '_dd' in TypedDict `LLMObsSpanEvent` constructor
[error] missing-typed-dict-key - :82:30 - Missing required key 'duration' in TypedDict `LLMObsSpanEvent` constructor
[error] missing-typed-dict-key - :82:30 - Missing required key 'meta' in TypedDict `LLMObsSpanEvent` constructor
[error] missing-typed-dict-key - :82:30 - Missing required key 'metrics' in TypedDict `LLMObsSpanEvent` constructor
[error] missing-typed-dict-key - :82:30 - Missing required key 'name' in TypedDict `LLMObsSpanEvent` constructor
[error] missing-typed-dict-key - :82:30 - Missing required key 'parent_id' in TypedDict `LLMObsSpanEvent` constructor
[error] missing-typed-dict-key - :82:30 - Missing required key 'start_ns' in TypedDict `LLMObsSpanEvent` constructor
[error] missing-typed-dict-key - :82:30 - Missing required key 'status' in TypedDict `LLMObsSpanEvent` constructor
[error] missing-typed-dict-key - :82:30 - Missing required key 'tags' in TypedDict `LLMObsSpanEvent` constructor

tests/llmobs/test_llmobs_span_agent_writer.py

[error] missing-typed-dict-key - :40:36 - Missing required key '_dd' in TypedDict `LLMObsSpanEvent` constructor
[error] missing-typed-dict-key - :40:36 - Missing required key 'duration' in TypedDict `LLMObsSpanEvent` constructor
[error] missing-typed-dict-key - :40:36 - Missing required key 'meta' in TypedDict `LLMObsSpanEvent` constructor
[error] missing-typed-dict-key - :40:36 - Missing required key 'metrics' in TypedDict `LLMObsSpanEvent` constructor
[error] missing-typed-dict-key - :40:36 - Missing required key 'name' in TypedDict `LLMObsSpanEvent` constructor
[error] missing-typed-dict-key - :40:36 - Missing required key 'parent_id' in TypedDict `LLMObsSpanEvent` constructor
[error] missing-typed-dict-key - :40:36 - Missing required key 'span_id' in TypedDict `LLMObsSpanEvent` constructor
[error] missing-typed-dict-key - :40:36 - Missing required key 'start_ns' in TypedDict `LLMObsSpanEvent` constructor
[error] missing-typed-dict-key - :40:36 - Missing required key 'status' in TypedDict `LLMObsSpanEvent` constructor
[error] missing-typed-dict-key - :40:36 - Missing required key 'tags' in TypedDict `LLMObsSpanEvent` constructor
[error] missing-typed-dict-key - :40:36 - Missing required key 'trace_id' in TypedDict `LLMObsSpanEvent` constructor

tests/llmobs/test_llmobs_span_agentless_writer.py

[error] missing-typed-dict-key - :34:36 - Missing required key '_dd' in TypedDict `LLMObsSpanEvent` constructor
[error] missing-typed-dict-key - :34:36 - Missing required key 'duration' in TypedDict `LLMObsSpanEvent` constructor
[error] missing-typed-dict-key - :34:36 - Missing required key 'meta' in TypedDict `LLMObsSpanEvent` constructor
[error] missing-typed-dict-key - :34:36 - Missing required key 'metrics' in TypedDict `LLMObsSpanEvent` constructor
[error] missing-typed-dict-key - :34:36 - Missing required key 'name' in TypedDict `LLMObsSpanEvent` constructor
[error] missing-typed-dict-key - :34:36 - Missing required key 'parent_id' in TypedDict `LLMObsSpanEvent` constructor
[error] missing-typed-dict-key - :34:36 - Missing required key 'span_id' in TypedDict `LLMObsSpanEvent` constructor
[error] missing-typed-dict-key - :34:36 - Missing required key 'start_ns' in TypedDict `LLMObsSpanEvent` constructor
[error] missing-typed-dict-key - :34:36 - Missing required key 'status' in TypedDict `LLMObsSpanEvent` constructor
[error] missing-typed-dict-key - :34:36 - Missing required key 'tags' in TypedDict `LLMObsSpanEvent` constructor
[error] missing-typed-dict-key - :34:36 - Missing required key 'trace_id' in TypedDict `LLMObsSpanEvent` constructor

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

dulwich/tests/utils.py

[error] invalid-assignment - :351:17 - Too many values to unpack: Expected 2
[error] invalid-assignment - :353:13 - Not enough values to unpack: Expected 3

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

hydpy/core/hydpytools.py

[error] unresolved-attribute - :2631:61 - Type `object` has no attribute `name`

mypy (https://github.com/python/mypy)

mypy/type_visitor.py

[warning] redundant-cast - :267:13 - Value is already of type `Any`
[warning] redundant-cast - :282:13 - Value is already of type `Any`

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

openlibrary/plugins/worksearch/tests/test_worksearch.py

[error] missing-typed-dict-key - :19:9 - Missing required key 'already_read_count' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'alternate_names' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'alternative_subtitle' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'alternative_title' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'author_alternative_name' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'author_facet' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'birth_date' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'by_statement' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'contributor' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'currently_reading_count' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'date' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'ddc' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'ddc_sort' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'death_date' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'ebook_access' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'ebook_count_i' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'ebook_provider' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'edition_key' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'first_edition' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'first_publisher' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'first_sentence' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'format' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'ia_box_id' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'ia_collection' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'ia_collection_s' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'ia_count' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'ia_loaded_id' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'isbn' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'language' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'last_modified' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'lcc' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'lcc_sort' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'lccn' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'lexile' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'name' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'name_str' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'number_of_pages_median' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'oclc' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'osp_count' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'person' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'person_facet' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'person_key' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'place' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'place_facet' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'place_key' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'printdisabled_s' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'publish_date' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'publish_place' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'publish_year' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'publisher' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'publisher_facet' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'ratings_count_1' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'ratings_count_2' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'ratings_count_3' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'ratings_count_4' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'ratings_count_5' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'ratings_sortable' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'readinglog_count' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'redirects' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'seed' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'seed_count' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'subject' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'subject_facet' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'subject_key' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'subject_type' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'subtitle' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'text' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'time' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'time_facet' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'time_key' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'title_sort' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'title_suggest' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'top_subjects' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'top_work' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'trending_score_daily_0' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'trending_score_daily_1' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'trending_score_daily_2' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'trending_score_daily_3' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'trending_score_daily_4' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'trending_score_daily_5' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'trending_score_daily_6' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'trending_score_hourly_0' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'trending_score_hourly_1' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'trending_score_hourly_10' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'trending_score_hourly_11' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'trending_score_hourly_12' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'trending_score_hourly_13' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'trending_score_hourly_14' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'trending_score_hourly_15' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'trending_score_hourly_16' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'trending_score_hourly_17' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'trending_score_hourly_18' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'trending_score_hourly_19' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'trending_score_hourly_2' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'trending_score_hourly_20' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'trending_score_hourly_21' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'trending_score_hourly_22' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'trending_score_hourly_23' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'trending_score_hourly_3' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'trending_score_hourly_4' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'trending_score_hourly_5' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'trending_score_hourly_6' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'trending_score_hourly_7' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'trending_score_hourly_8' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'trending_score_hourly_9' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'trending_score_hourly_sum' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'trending_z_score' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'type' in TypedDict `SolrDocument` constructor
[error] missing-typed-dict-key - :19:9 - Missing required key 'work_count' in TypedDict `SolrDocument` constructor

paasta (https://github.com/yelp/paasta)

paasta_tools/utils.py

[error] invalid-return-type - :3416:12 - Return type does not match returned value: expected `InstanceConfigDict`, found `(Unknown & ~None) | dict[str, Any]`

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

tests/indexes/test_indexes.py

[error] unsupported-operator - :1305:23 - Operator `+` is unsupported between objects of type `None` and `timedelta`
[error] unsupported-operator - :1307:23 - Operator `-` is unsupported between objects of type `None` and `timedelta`

tests/scalars/test_scalars.py

[error] unresolved-attribute - :948:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :951:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :956:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :959:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :964:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :969:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :979:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :982:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :987:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :990:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :995:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1000:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1012:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1015:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1018:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1021:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1024:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1027:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1032:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1035:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1038:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1041:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1044:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1047:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1052:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1055:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1058:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1063:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1066:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1069:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1324:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1327:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1332:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1335:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1340:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1345:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1357:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1360:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1363:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1366:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1371:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1374:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1377:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1380:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1385:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1389:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1398:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1405:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1420:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1423:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1426:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1432:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1440:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1443:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1446:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1452:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1460:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1468:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1471:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1474:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1957:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1960:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1965:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1968:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1973:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1978:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1988:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1991:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1996:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1999:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :2004:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :2009:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :2021:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :2024:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :2027:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :2031:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :2034:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :2037:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :2042:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :2045:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :2048:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :2052:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :2055:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :2058:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :2063:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :2066:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :2069:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :2074:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :2077:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :2080:12 - Type `bool` has no attribute `all`
[error] unresolved-attribute - :1417:12 - Type `bool` has no attribute `all`
[warning] possibly-missing-attribute - :1417:12 - Attribute `all` on type `bool | @Todo` may be missing
[error] unresolved-attribute - :1437:12 - Type `bool` has no attribute `all`
[warning] possibly-missing-attribute - :1437:12 - Attribute `all` on type `bool | @Todo` may be missing
[error] unresolved-attribute - :1457:12 - Type `bool` has no attribute `all`
[warning] possibly-missing-attribute - :1457:12 - Attribute `all` on type `bool | @Todo` may be missing

tests/series/test_series.py

[error] unresolved-attribute - :533:23 - Type `None` has no attribute `sum`
[error] unresolved-attribute - :534:23 - Type `None` has no attribute `sum`
[error] unresolved-attribute - :535:23 - Type `None` has no attribute `sum`
[error] unresolved-attribute - :536:17 - Type `None` has no attribute `sum`
[error] unresolved-attribute - :539:23 - Type `None` has no attribute `sum`
[error] unresolved-attribute - :540:23 - Type `None` has no attribute `sum`
[error] unresolved-attribute - :541:23 - Type `None` has no attribute `sum`
[error] unresolved-attribute - :542:17 - Type `None` has no attribute `sum`
[error] unresolved-attribute - :545:23 - Type `None` has no attribute `sum`
[error] unresolved-attribute - :546:23 - Type `None` has no attribute `sum`
[error] unresolved-attribute - :547:23 - Type `None` has no attribute `sum`
[error] unresolved-attribute - :548:17 - Type `None` has no attribute `sum`
[error] unresolved-attribute - :551:23 - Type `None` has no attribute `sum`
[error] unresolved-attribute - :552:23 - Type `None` has no attribute `sum`
[error] unresolved-attribute - :553:23 - Type `None` has no attribute `sum`
[error] unresolved-attribute - :554:17 - Type `None` has no attribute `sum`

tests/test_frame.py

[error] invalid-context-manager - :2640:14 - Object of type `None` cannot be used with `with` because it does not implement `__enter__` and `__exit__`
[error] invalid-context-manager - :2644:14 - Object of type `None` cannot be used with `with` because it does not implement `__enter__` and `__exit__`
[error] invalid-context-manager - :2649:14 - Object of type `None` cannot be used with `with` because it does not implement `__enter__` and `__exit__`
[error] invalid-context-manager - :2654:14 - Object of type `None` cannot be used with `with` because it does not implement `__enter__` and `__exit__`
[error] invalid-context-manager - :2661:14 - Object of type `None` cannot be used with `with` because it does not implement `__enter__` and `__exit__`

tests/test_io.py

[error] type-assertion-failure - :987:13 - Argument does not have asserted type `dict[int | str, DataFrame]`
[error] invalid-context-manager - :301:10 - Object of type `None` cannot be used with `with` because it does not implement `__enter__` and `__exit__`
[error] invalid-context-manager - :306:10 - Object of type `None` cannot be used with `with` because it does not implement `__enter__` and `__exit__`
[error] invalid-context-manager - :311:10 - Object of type `None` cannot be used with `with` because it does not implement `__enter__` and `__exit__`
[error] invalid-context-manager - :316:10 - Object of type `None` cannot be used with `with` because it does not implement `__enter__` and `__exit__`
[error] invalid-context-manager - :326:10 - Object of type `None` cannot be used with `with` because it does not implement `__enter__` and `__exit__`
[error] invalid-context-manager - :331:10 - Object of type `None` cannot be used with `with` because it does not implement `__enter__` and `__exit__`
[error] invalid-context-manager - :336:10 - Object of type `None` cannot be used with `with` because it does not implement `__enter__` and `__exit__`
[error] invalid-context-manager - :341:10 - Object of type `None` cannot be used with `with` because it does not implement `__enter__` and `__exit__`

tests/test_pandas.py

[error] type-assertion-failure - :476:22 - Argument does not have asserted type `bool`
[error] type-assertion-failure - :478:18 - Argument does not have asserted type `bool`
[error] type-assertion-failure - :479:22 - Argument does not have asserted type `bool`
[error] type-assertion-failure - :481:18 - Argument does not have asserted type `bool`
[error] type-assertion-failure - :482:22 - Argument does not have asserted type `bool`
[error] type-assertion-failure - :484:22 - Argument does not have asserted type `bool`
[error] type-assertion-failure - :485:18 - Argument does not have asserted type `bool`
[error] type-assertion-failure - :489:18 - Argument does not have asserted type `bool`
[error] type-assertion-failure - :490:22 - Argument does not have asserted type `bool`
[error] type-assertion-failure - :493:18 - Argument does not have asserted type `bool`
[error] type-assertion-failure - :494:22 - Argument does not have asserted type `bool`
[error] type-assertion-failure - :497:18 - Argument does not have asserted type `bool`
[error] type-assertion-failure - :498:22 - Argument does not have asserted type `bool`
[error] type-assertion-failure - :501:18 - Argument does not have asserted type `bool`
[error] type-assertion-failure - :502:22 - Argument does not have asserted type `bool`
[error] type-assertion-failure - :505:18 - Argument does not have asserted type `bool`
[error] type-assertion-failure - :506:22 - Argument does not have asserted type `bool`
[error] type-assertion-failure - :513:15 - Argument does not have asserted type `str`
[error] type-assertion-failure - :515:15 - Argument does not have asserted type `str`
[error] type-assertion-failure - :517:9 - Argument does not have asserted type `NaTType | NAType | None`
[error] type-assertion-failure - :519:9 - Argument does not have asserted type `NaTType | NAType | None`
[error] type-assertion-failure - :523:15 - Argument does not have asserted type `int`
[error] type-assertion-failure - :525:15 - Argument does not have asserted type `int`
[error] type-assertion-failure - :527:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :529:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :533:15 - Argument does not have asserted type `bool`
[error] type-assertion-failure - :535:15 - Argument does not have asserted type `bool`
[error] type-assertion-failure - :537:9 - Argument does not have asserted type `NAType | None`
[error] type-assertion-failure - :539:9 - Argument does not have asserted type `NAType | None`

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

rotkehlchen/history/events/structures/evm_event.py

[error] invalid-argument-type - :204:63 -
Old: Argument to function `deserialize_optional` is incorrect: Expected `(str | None, /) -> Unknown`, found `def string_to_evm_address(value: str) -> @Todo`
New: Argument to function `deserialize_optional` is incorrect: Expected `(str | None, /) -> Any`, found `def string_to_evm_address(value: str) -> @Todo`

rotkehlchen/history/events/structures/evm_swap.py

[error] invalid-argument-type - :103:63 -
Old: Argument to function `deserialize_optional` is incorrect: Expected `(str | None, /) -> Unknown`, found `def string_to_evm_address(value: str) -> @Todo`
New: Argument to function `deserialize_optional` is incorrect: Expected `(str | None, /) -> Any`, found `def string_to_evm_address(value: str) -> @Todo`

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

src/schemathesis/config/_projects.py

[error] invalid-assignment - :534:9 - Object of type `Unknown` is not assignable to attribute `_parent` on type `T@from_hierarchy | Unknown`

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

sympy/polys/densetools.py

[error] invalid-argument-type - :292:36 - Argument to function `dup_TC` is incorrect: Expected `Domain[Es@convert | Expr | int | float | complex | Er@dup_eval]`, found `Domain[Er@dup_eval]`

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

xarray/backends/api.py

[warning] redundant-cast - :1691:26 - Value is already of type `str`

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

zerver/actions/message_edit.py

[error] invalid-argument-type - :862:24 - Invalid argument to key "user_id" with declared type `int | None` on TypedDict `EditHistoryEvent`: value of type `Unknown | str | int`
[error] invalid-argument-type - :863:26 - Invalid argument to key "timestamp" with declared type `int` on TypedDict `EditHistoryEvent`: value of type `Unknown | str | int`

zerver/views/auth.py

[error] invalid-return-type - :125:16 - Return type does not match returned value: expected `str`, found `str | AnyStr@urljoin | None`