[ty] Use annotated parameters as type context by ibraheemdev · Pull Request #20635 · astral-sh/ruff (original) (raw)
mypy_primer results
Changes were detected when running on open source projects
paasta (https://github.com/yelp/paasta)
- paasta_tools/utils.py:3416:12: error[invalid-return-type] Return type does not match returned value: expected
InstanceConfigDict, found(Unknown & ~None) | dict[str, Any]
- Found 911 diagnostics
- Found 912 diagnostics
dulwich (https://github.com/dulwich/dulwich)
- dulwich/tests/utils.py:351:17: error[invalid-assignment] Too many values to unpack: Expected 2
- dulwich/tests/utils.py:353:13: error[invalid-assignment] Not enough values to unpack: Expected 3
- Found 195 diagnostics
- Found 197 diagnostics
sockeye (https://github.com/awslabs/sockeye)
- sockeye/output_handler.py:254:80: error[invalid-argument-type] Argument to function
__new__is incorrect: ExpectedIterable[Unknown], foundlist[Any] | None - sockeye/output_handler.py:254:80: error[invalid-argument-type] Argument to function
__new__is incorrect: ExpectedIterable[Unknown], foundlist[Any] | None
- Found 319 diagnostics
- Found 321 diagnostics
PyGithub (https://github.com/PyGithub/PyGithub)
- tests/GithubRetry.py:102:53: error[unsupported-operator] Operator
>is not supported for typesNoneandint, in comparingUnknown | NonewithLiteral[0] - tests/GithubRetry.py:102:53: error[unsupported-operator] Operator
>is not supported for typesNoneandint, in comparingUnknown | NonewithLiteral[0]
- Found 345 diagnostics
- Found 347 diagnostics
flake8 (https://github.com/pycqa/flake8)
- tests/unit/plugins/pycodestyle_test.py:30:48: error[unresolved-attribute] Type
ModuleTypehas no attributelines - tests/unit/plugins/pycodestyle_test.py:30:48: error[unresolved-attribute] Type
ModuleTypehas no attributelines
- Found 38 diagnostics
- Found 40 diagnostics
schemathesis (https://github.com/schemathesis/schemathesis)
- src/schemathesis/config/_projects.py:534:9: error[invalid-assignment] Object of type
Unknownis not assignable to attribute_parenton typeT@from_hierarchy | Unknown
- Found 313 diagnostics
- Found 314 diagnostics
mypy (https://github.com/python/mypy)
- mypy/type_visitor.py:267:13: warning[redundant-cast] Value is already of type
Any - mypy/type_visitor.py:282:13: warning[redundant-cast] Value is already of type
Any
- Found 1832 diagnostics
- Found 1834 diagnostics
Tanjun (https://github.com/FasterSpeeding/Tanjun)
- tanjun/annotations.py:1949:74: error[invalid-argument-type] Argument to bound method
__init__is incorrect: Expectedint | float, found~int
- tanjun/annotations.py:1949:74: error[invalid-argument-type] Argument to bound method
__init__is incorrect: Expectedint | float, found(int | float) & ~int
- tanjun/annotations.py:1996:74: error[invalid-argument-type] Argument to bound method
__init__is incorrect: Expectedint | float, found~int
- tanjun/annotations.py:1996:74: error[invalid-argument-type] Argument to bound method
__init__is incorrect: Expectedint | float, found(int | float) & ~int - tanjun/annotations.py:2110:75: error[invalid-argument-type] Argument to bound method
__init__is incorrect: Expectedint | float, found_NumberT@__getitem__ & ~float
- Found 114 diagnostics
- Found 115 diagnostics
xarray (https://github.com/pydata/xarray)
- xarray/backends/api.py:1691:26: warning[redundant-cast] Value is already of type
str
- Found 1614 diagnostics
- Found 1615 diagnostics
cloud-init (https://github.com/canonical/cloud-init)
- cloudinit/cmd/status.py:204:37: warning[possibly-missing-attribute] Attribute
itemson type(Any & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | (list[str] & ~AlwaysFalsy) | (dict[str, list[str]] & ~AlwaysFalsy)may be missing - cloudinit/cmd/status.py:204:37: warning[possibly-missing-attribute] Attribute
itemson type(Any & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | (list[str] & ~AlwaysFalsy) | (dict[str, list[str]] & ~AlwaysFalsy)may be missing - cloudinit/net/ephemeral.py:140:13: error[unresolved-attribute] Type
strhas no attributeget
- Found 836 diagnostics
- Found 839 diagnostics
prefect (https://github.com/PrefectHQ/prefect)
- src/prefect/server/schemas/schedules.py:545:62: error[unresolved-attribute] Type
rruleset & ~rrulehas no attribute_rrule - src/prefect/server/schemas/schedules.py:545:62: error[unresolved-attribute] Type
rruleset & ~rrulehas no attribute_rrule - src/prefect/server/schemas/schedules.py:548:62: error[unresolved-attribute] Type
rruleset & ~rrulehas no attribute_exrule - src/prefect/server/schemas/schedules.py:548:62: error[unresolved-attribute] Type
rruleset & ~rrulehas no attribute_exrule - src/prefect/server/schemas/schedules.py:554:61: error[unresolved-attribute] Type
rruleset & ~rrulehas no attribute_rdate - src/prefect/server/schemas/schedules.py:554:61: error[unresolved-attribute] Type
rruleset & ~rrulehas no attribute_rdate - src/prefect/server/schemas/schedules.py:559:63: error[unresolved-attribute] Type
rruleset & ~rrulehas no attribute_exdate - src/prefect/server/schemas/schedules.py:559:63: error[unresolved-attribute] Type
rruleset & ~rrulehas no attribute_exdate
- Found 3189 diagnostics
- Found 3197 diagnostics
vision (https://github.com/pytorch/vision)
- references/detection/coco_utils.py:165:60: warning[possibly-unresolved-reference] Name
keypointsused when possibly not defined - references/detection/coco_utils.py:165:60: warning[possibly-unresolved-reference] Name
keypointsused when possibly not defined
- Found 1489 diagnostics
- Found 1491 diagnostics
openlibrary (https://github.com/internetarchive/openlibrary)
- openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'type' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'redirects' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'title_suggest' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'title_sort' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'subtitle' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'alternative_title' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'alternative_subtitle' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'edition_key' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'by_statement' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'publish_date' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'publish_year' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'first_edition' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'first_publisher' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'language' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'number_of_pages_median' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'lccn' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'ia_box_id' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'ia_loaded_id' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'ia_count' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'ia_collection' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'oclc' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'isbn' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'ebook_access' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'ebook_provider' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'lexile' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'lcc' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'lcc_sort' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'ddc' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'ddc_sort' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'contributor' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'publish_place' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'publisher' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'format' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'publisher_facet' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'first_sentence' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'author_alternative_name' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'author_facet' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'subject' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'subject_facet' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'subject_key' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'place' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'place_facet' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'place_key' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'person' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'person_facet' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'person_key' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'time' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'time_facet' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'time_key' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'ratings_sortable' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'ratings_count_1' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'ratings_count_2' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'ratings_count_3' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'ratings_count_4' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'ratings_count_5' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'trending_score_hourly_0' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'trending_score_hourly_1' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'trending_score_hourly_2' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'trending_score_hourly_3' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'trending_score_hourly_4' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'trending_score_hourly_5' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'trending_score_hourly_6' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'trending_score_hourly_7' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'trending_score_hourly_8' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'trending_score_hourly_9' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'trending_score_hourly_10' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'trending_score_hourly_11' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'trending_score_hourly_12' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'trending_score_hourly_13' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'trending_score_hourly_14' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'trending_score_hourly_15' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'trending_score_hourly_16' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'trending_score_hourly_17' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'trending_score_hourly_18' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'trending_score_hourly_19' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'trending_score_hourly_20' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'trending_score_hourly_21' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'trending_score_hourly_22' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'trending_score_hourly_23' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'trending_score_hourly_sum' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'trending_score_daily_0' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'trending_score_daily_1' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'trending_score_daily_2' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'trending_score_daily_3' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'trending_score_daily_4' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'trending_score_daily_5' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'trending_score_daily_6' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'trending_z_score' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'readinglog_count' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'currently_reading_count' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'already_read_count' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'osp_count' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'text' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'seed' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'name' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'name_str' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'alternate_names' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'birth_date' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'death_date' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'date' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'work_count' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'top_work' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'top_subjects' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'subject_type' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'last_modified' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'seed_count' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'printdisabled_s' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'ia_collection_s' in TypedDict
SolrDocumentconstructor - openlibrary/plugins/worksearch/tests/test_worksearch.py:19:9: error[missing-typed-dict-key] Missing required key 'ebook_count_i' in TypedDict
SolrDocumentconstructor
- Found 744 diagnostics
- Found 853 diagnostics
altair (https://github.com/vega/altair)
- altair/utils/core.py:356:10: warning[redundant-cast] Value is already of type
_PandasDataFrameT@sanitize_pandas_dataframe - Found 1337 diagnostics
- Found 1336 diagnostics
hydpy (https://github.com/hydpy-dev/hydpy)
- hydpy/core/hydpytools.py:2631:61: error[unresolved-attribute] Type
objecthas no attributename
- Found 608 diagnostics
- Found 609 diagnostics
colour (https://github.com/colour-science/colour)
- colour/plotting/tm3018/report.py:347:40: error[invalid-argument-type] Argument to bound method
textis incorrect: Expectedstr, foundstr | None
- colour/plotting/tm3018/report.py:347:40: error[invalid-argument-type] Argument to bound method
textis incorrect: Expectedstr, foundT@optional | None | str
- colour/plotting/tm3018/report.py:358:40: error[invalid-argument-type] Argument to bound method
textis incorrect: Expectedstr, foundstr | None
- colour/plotting/tm3018/report.py:358:40: error[invalid-argument-type] Argument to bound method
textis incorrect: Expectedstr, foundT@optional | None | str
- colour/plotting/tm3018/report.py:372:47: error[invalid-argument-type] Argument to bound method
textis incorrect: Expectedstr, foundstr | None
- colour/plotting/tm3018/report.py:372:47: error[invalid-argument-type] Argument to bound method
textis incorrect: Expectedstr, foundT@optional | None | str
- colour/plotting/tm3018/report.py:383:47: error[invalid-argument-type] Argument to bound method
textis incorrect: Expectedstr, foundstr | None
- colour/plotting/tm3018/report.py:383:47: error[invalid-argument-type] Argument to bound method
textis incorrect: Expectedstr, foundT@optional | None | str
- colour/plotting/tm3018/report.py:425:30: error[invalid-argument-type] Argument to bound method
textis incorrect: Expectedstr, foundstr | None
- colour/plotting/tm3018/report.py:425:30: error[invalid-argument-type] Argument to bound method
textis incorrect: Expectedstr, foundT@optional | None | str
dd-trace-py (https://github.com/DataDog/dd-trace-py)
- ddtrace/contrib/internal/pymongo/client.py:340:68: warning[possibly-unresolved-reference] Name
cursorused when possibly not defined - ddtrace/contrib/internal/pymongo/client.py:340:68: warning[possibly-unresolved-reference] Name
cursorused when possibly not defined - ddtrace/contrib/internal/unittest/patch.py:671:19: warning[possibly-missing-attribute] Attribute
_collect_coverage_enabledon typeCIVisibility | Nonemay be missing - ddtrace/contrib/internal/unittest/patch.py:671:19: warning[possibly-missing-attribute] Attribute
_collect_coverage_enabledon typeCIVisibility | Nonemay be missing - ddtrace/contrib/internal/unittest/patch.py:718:19: warning[possibly-missing-attribute] Attribute
_collect_coverage_enabledon typeCIVisibility | Nonemay be missing - ddtrace/contrib/internal/unittest/patch.py:718:19: warning[possibly-missing-attribute] Attribute
_collect_coverage_enabledon typeCIVisibility | Nonemay be missing - ddtrace/vendor/psutil/_compat.py:151:50: warning[possibly-unresolved-reference] Name
sorted_itemsused when possibly not defined - ddtrace/vendor/psutil/_compat.py:151:50: warning[possibly-unresolved-reference] Name
sorted_itemsused when possibly not defined - tests/appsec/iast_packages/packages/pkg_exceptiongroup.py:36:83: warning[possibly-unresolved-reference] Name
caught_exceptionsused when possibly not defined - tests/appsec/iast_packages/packages/pkg_exceptiongroup.py:36:83: warning[possibly-unresolved-reference] Name
caught_exceptionsused when possibly not defined - tests/appsec/iast_packages/packages/pkg_exceptiongroup.py:71:83: warning[possibly-unresolved-reference] Name
caught_exceptionsused when possibly not defined - tests/appsec/iast_packages/packages/pkg_exceptiongroup.py:71:83: warning[possibly-unresolved-reference] Name
caught_exceptionsused when possibly not defined - tests/llmobs/test_llmobs_evaluator_runner.py:38:34: error[missing-typed-dict-key] Missing required key 'span_id' in TypedDict
LLMObsSpanEventconstructor - tests/llmobs/test_llmobs_evaluator_runner.py:38:34: error[missing-typed-dict-key] Missing required key 'trace_id' in TypedDict
LLMObsSpanEventconstructor - tests/llmobs/test_llmobs_evaluator_runner.py:38:34: error[missing-typed-dict-key] Missing required key 'parent_id' in TypedDict
LLMObsSpanEventconstructor - tests/llmobs/test_llmobs_evaluator_runner.py:38:34: error[missing-typed-dict-key] Missing required key 'tags' in TypedDict
LLMObsSpanEventconstructor - tests/llmobs/test_llmobs_evaluator_runner.py:38:34: error[missing-typed-dict-key] Missing required key 'name' in TypedDict
LLMObsSpanEventconstructor - tests/llmobs/test_llmobs_evaluator_runner.py:38:34: error[missing-typed-dict-key] Missing required key 'start_ns' in TypedDict
LLMObsSpanEventconstructor - tests/llmobs/test_llmobs_evaluator_runner.py:38:34: error[missing-typed-dict-key] Missing required key 'duration' in TypedDict
LLMObsSpanEventconstructor - tests/llmobs/test_llmobs_evaluator_runner.py:38:34: error[missing-typed-dict-key] Missing required key 'status' in TypedDict
LLMObsSpanEventconstructor - tests/llmobs/test_llmobs_evaluator_runner.py:38:34: error[missing-typed-dict-key] Missing required key 'meta' in TypedDict
LLMObsSpanEventconstructor - tests/llmobs/test_llmobs_evaluator_runner.py:38:34: error[missing-typed-dict-key] Missing required key 'metrics' in TypedDict
LLMObsSpanEventconstructor - tests/llmobs/test_llmobs_evaluator_runner.py:38:34: error[missing-typed-dict-key] Missing required key '_dd' in TypedDict
LLMObsSpanEventconstructor - tests/llmobs/test_llmobs_evaluator_runner.py:56:30: error[missing-typed-dict-key] Missing required key 'parent_id' in TypedDict
LLMObsSpanEventconstructor - tests/llmobs/test_llmobs_evaluator_runner.py:56:30: error[missing-typed-dict-key] Missing required key 'tags' in TypedDict
LLMObsSpanEventconstructor - tests/llmobs/test_llmobs_evaluator_runner.py:56:30: error[missing-typed-dict-key] Missing required key 'name' in TypedDict
LLMObsSpanEventconstructor - tests/llmobs/test_llmobs_evaluator_runner.py:56:30: error[missing-typed-dict-key] Missing required key 'start_ns' in TypedDict
LLMObsSpanEventconstructor - tests/llmobs/test_llmobs_evaluator_runner.py:56:30: error[missing-typed-dict-key] Missing required key 'duration' in TypedDict
LLMObsSpanEventconstructor - tests/llmobs/test_llmobs_evaluator_runner.py:56:30: error[missing-typed-dict-key] Missing required key 'status' in TypedDict
LLMObsSpanEventconstructor - tests/llmobs/test_llmobs_evaluator_runner.py:56:30: error[missing-typed-dict-key] Missing required key 'meta' in TypedDict
LLMObsSpanEventconstructor - tests/llmobs/test_llmobs_evaluator_runner.py:56:30: error[missing-typed-dict-key] Missing required key 'metrics' in TypedDict
LLMObsSpanEventconstructor - tests/llmobs/test_llmobs_evaluator_runner.py:56:30: error[missing-typed-dict-key] Missing required key '_dd' in TypedDict
LLMObsSpanEventconstructor - tests/llmobs/test_llmobs_evaluator_runner.py:82:30: error[missing-typed-dict-key] Missing required key 'parent_id' in TypedDict
LLMObsSpanEventconstructor - tests/llmobs/test_llmobs_evaluator_runner.py:82:30: error[missing-typed-dict-key] Missing required key 'tags' in TypedDict
LLMObsSpanEventconstructor - tests/llmobs/test_llmobs_evaluator_runner.py:82:30: error[missing-typed-dict-key] Missing required key 'name' in TypedDict
LLMObsSpanEventconstructor - tests/llmobs/test_llmobs_evaluator_runner.py:82:30: error[missing-typed-dict-key] Missing required key 'start_ns' in TypedDict
LLMObsSpanEventconstructor - tests/llmobs/test_llmobs_evaluator_runner.py:82:30: error[missing-typed-dict-key] Missing required key 'duration' in TypedDict
LLMObsSpanEventconstructor - tests/llmobs/test_llmobs_evaluator_runner.py:82:30: error[missing-typed-dict-key] Missing required key 'status' in TypedDict
LLMObsSpanEventconstructor - tests/llmobs/test_llmobs_evaluator_runner.py:82:30: error[missing-typed-dict-key] Missing required key 'meta' in TypedDict
LLMObsSpanEventconstructor - tests/llmobs/test_llmobs_evaluator_runner.py:82:30: error[missing-typed-dict-key] Missing required key 'metrics' in TypedDict
LLMObsSpanEventconstructor - tests/llmobs/test_llmobs_evaluator_runner.py:82:30: error[missing-typed-dict-key] Missing required key '_dd' in TypedDict
LLMObsSpanEventconstructor - tests/llmobs/test_llmobs_span_agent_writer.py:40:36: error[missing-typed-dict-key] Missing required key 'span_id' in TypedDict
LLMObsSpanEventconstructor - tests/llmobs/test_llmobs_span_agent_writer.py:40:36: error[missing-typed-dict-key] Missing required key 'trace_id' in TypedDict
LLMObsSpanEventconstructor - tests/llmobs/test_llmobs_span_agent_writer.py:40:36: error[missing-typed-dict-key] Missing required key 'parent_id' in TypedDict
LLMObsSpanEventconstructor - tests/llmobs/test_llmobs_span_agent_writer.py:40:36: error[missing-typed-dict-key] Missing required key 'tags' in TypedDict
LLMObsSpanEventconstructor - tests/llmobs/test_llmobs_span_agent_writer.py:40:36: error[missing-typed-dict-key] Missing required key 'name' in TypedDict
LLMObsSpanEventconstructor - tests/llmobs/test_llmobs_span_agent_writer.py:40:36: error[missing-typed-dict-key] Missing required key 'start_ns' in TypedDict
LLMObsSpanEventconstructor - tests/llmobs/test_llmobs_span_agent_writer.py:40:36: error[missing-typed-dict-key] Missing required key 'duration' in TypedDict
LLMObsSpanEventconstructor - tests/llmobs/test_llmobs_span_agent_writer.py:40:36: error[missing-typed-dict-key] Missing required key 'status' in TypedDict
LLMObsSpanEventconstructor - tests/llmobs/test_llmobs_span_agent_writer.py:40:36: error[missing-typed-dict-key] Missing required key 'meta' in TypedDict
LLMObsSpanEventconstructor - tests/llmobs/test_llmobs_span_agent_writer.py:40:36: error[missing-typed-dict-key] Missing required key 'metrics' in TypedDict
LLMObsSpanEventconstructor - tests/llmobs/test_llmobs_span_agent_writer.py:40:36: error[missing-typed-dict-key] Missing required key '_dd' in TypedDict
LLMObsSpanEventconstructor - tests/llmobs/test_llmobs_span_agentless_writer.py:34:36: error[missing-typed-dict-key] Missing required key 'span_id' in TypedDict
LLMObsSpanEventconstructor - tests/llmobs/test_llmobs_span_agentless_writer.py:34:36: error[missing-typed-dict-key] Missing required key 'trace_id' in TypedDict
LLMObsSpanEventconstructor - tests/llmobs/test_llmobs_span_agentless_writer.py:34:36: error[missing-typed-dict-key] Missing required key 'parent_id' in TypedDict
LLMObsSpanEventconstructor - tests/llmobs/test_llmobs_span_agentless_writer.py:34:36: error[missing-typed-dict-key] Missing required key 'tags' in TypedDict
LLMObsSpanEventconstructor - tests/llmobs/test_llmobs_span_agentless_writer.py:34:36: error[missing-typed-dict-key] Missing required key 'name' in TypedDict
LLMObsSpanEventconstructor - tests/llmobs/test_llmobs_span_agentless_writer.py:34:36: error[missing-typed-dict-key] Missing required key 'start_ns' in TypedDict
LLMObsSpanEventconstructor - tests/llmobs/test_llmobs_span_agentless_writer.py:34:36: error[missing-typed-dict-key] Missing required key 'duration' in TypedDict
LLMObsSpanEventconstructor - tests/llmobs/test_llmobs_span_agentless_writer.py:34:36: error[missing-typed-dict-key] Missing required key 'status' in TypedDict
LLMObsSpanEventconstructor - tests/llmobs/test_llmobs_span_agentless_writer.py:34:36: error[missing-typed-dict-key] Missing required key 'meta' in TypedDict
LLMObsSpanEventconstructor - tests/llmobs/test_llmobs_span_agentless_writer.py:34:36: error[missing-typed-dict-key] Missing required key 'metrics' in TypedDict
LLMObsSpanEventconstructor - tests/llmobs/test_llmobs_span_agentless_writer.py:34:36: error[missing-typed-dict-key] Missing required key '_dd' in TypedDict
LLMObsSpanEventconstructor
- Found 7456 diagnostics
- Found 7519 diagnostics
pandas-stubs (https://github.com/pandas-dev/pandas-stubs)
- tests/indexes/test_indexes.py:1305:23: error[unsupported-operator] Operator
+is unsupported between objects of typeNoneandtimedelta - tests/indexes/test_indexes.py:1307:23: error[unsupported-operator] Operator
-is unsupported between objects of typeNoneandtimedelta - tests/scalars/test_scalars.py:948:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:951:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:956:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:959:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:964:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:969:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:979:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:982:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:987:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:990:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:995:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1000:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1012:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1015:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1018:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1021:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1024:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1027:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1032:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1035:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1038:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1041:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1044:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1047:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1052:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1055:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1058:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1063:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1066:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1069:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1324:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1327:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1332:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1335:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1340:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1345:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1357:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1360:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1363:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1366:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1371:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1374:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1377:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1380:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1385:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1389:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1398:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1405:12: error[unresolved-attribute] Type
boolhas no attributeall
- tests/scalars/test_scalars.py:1417:12: warning[possibly-missing-attribute] Attribute
allon typebool | @Todomay be missing
- tests/scalars/test_scalars.py:1417:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1420:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1423:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1426:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1432:12: error[unresolved-attribute] Type
boolhas no attributeall
- tests/scalars/test_scalars.py:1437:12: warning[possibly-missing-attribute] Attribute
allon typebool | @Todomay be missing
- tests/scalars/test_scalars.py:1437:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1440:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1443:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1446:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1452:12: error[unresolved-attribute] Type
boolhas no attributeall
- tests/scalars/test_scalars.py:1457:12: warning[possibly-missing-attribute] Attribute
allon typebool | @Todomay be missing
- tests/scalars/test_scalars.py:1457:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1460:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1468:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1471:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1474:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1957:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1960:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1965:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1968:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1973:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1978:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1988:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1991:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1996:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:1999:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:2004:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:2009:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:2021:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:2024:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:2027:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:2031:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:2034:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:2037:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:2042:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:2045:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:2048:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:2052:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:2055:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:2058:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:2063:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:2066:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:2069:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:2074:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:2077:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/scalars/test_scalars.py:2080:12: error[unresolved-attribute] Type
boolhas no attributeall - tests/series/test_series.py:533:23: error[unresolved-attribute] Type
Nonehas no attributesum - tests/series/test_series.py:534:23: error[unresolved-attribute] Type
Nonehas no attributesum - tests/series/test_series.py:535:23: error[unresolved-attribute] Type
Nonehas no attributesum - tests/series/test_series.py:536:17: error[unresolved-attribute] Type
Nonehas no attributesum - tests/series/test_series.py:539:23: error[unresolved-attribute] Type
Nonehas no attributesum - tests/series/test_series.py:540:23: error[unresolved-attribute] Type
Nonehas no attributesum - tests/series/test_series.py:541:23: error[unresolved-attribute] Type
Nonehas no attributesum - tests/series/test_series.py:542:17: error[unresolved-attribute] Type
Nonehas no attributesum - tests/series/test_series.py:545:23: error[unresolved-attribute] Type
Nonehas no attributesum - tests/series/test_series.py:546:23: error[unresolved-attribute] Type
Nonehas no attributesum - tests/series/test_series.py:547:23: error[unresolved-attribute] Type
Nonehas no attributesum - tests/series/test_series.py:548:17: error[unresolved-attribute] Type
Nonehas no attributesum - tests/series/test_series.py:551:23: error[unresolved-attribute] Type
Nonehas no attributesum - tests/series/test_series.py:552:23: error[unresolved-attribute] Type
Nonehas no attributesum - tests/series/test_series.py:553:23: error[unresolved-attribute] Type
Nonehas no attributesum - tests/series/test_series.py:554:17: error[unresolved-attribute] Type
Nonehas no attributesum - tests/test_frame.py:2640:14: error[invalid-context-manager] Object of type
Nonecannot be used withwithbecause it does not implement__enter__and__exit__ - tests/test_frame.py:2644:14: error[invalid-context-manager] Object of type
Nonecannot be used withwithbecause it does not implement__enter__and__exit__ - tests/test_frame.py:2649:14: error[invalid-context-manager] Object of type
Nonecannot be used withwithbecause it does not implement__enter__and__exit__ - tests/test_frame.py:2654:14: error[invalid-context-manager] Object of type
Nonecannot be used withwithbecause it does not implement__enter__and__exit__ - tests/test_frame.py:2661:14: error[invalid-context-manager] Object of type
Nonecannot be used withwithbecause it does not implement__enter__and__exit__ - tests/test_io.py:301:10: error[invalid-context-manager] Object of type
Nonecannot be used withwithbecause it does not implement__enter__and__exit__ - tests/test_io.py:306:10: error[invalid-context-manager] Object of type
Nonecannot be used withwithbecause it does not implement__enter__and__exit__ - tests/test_io.py:311:10: error[invalid-context-manager] Object of type
Nonecannot be used withwithbecause it does not implement__enter__and__exit__ - tests/test_io.py:316:10: error[invalid-context-manager] Object of type
Nonecannot be used withwithbecause it does not implement__enter__and__exit__ - tests/test_io.py:326:10: error[invalid-context-manager] Object of type
Nonecannot be used withwithbecause it does not implement__enter__and__exit__ - tests/test_io.py:331:10: error[invalid-context-manager] Object of type
Nonecannot be used withwithbecause it does not implement__enter__and__exit__ - tests/test_io.py:336:10: error[invalid-context-manager] Object of type
Nonecannot be used withwithbecause it does not implement__enter__and__exit__ - tests/test_io.py:341:10: error[invalid-context-manager] Object of type
Nonecannot be used withwithbecause it does not implement__enter__and__exit__
- tests/test_io.py:987:13: error[type-assertion-failure] Argument does not have asserted type
dict[int | str, DataFrame] - tests/test_pandas.py:476:22: error[type-assertion-failure] Argument does not have asserted type
bool - tests/test_pandas.py:478:18: error[type-assertion-failure] Argument does not have asserted type
bool - tests/test_pandas.py:479:22: error[type-assertion-failure] Argument does not have asserted type
bool - tests/test_pandas.py:481:18: error[type-assertion-failure] Argument does not have asserted type
bool - tests/test_pandas.py:482:22: error[type-assertion-failure] Argument does not have asserted type
bool - tests/test_pandas.py:484:22: error[type-assertion-failure] Argument does not have asserted type
bool - tests/test_pandas.py:485:18: error[type-assertion-failure] Argument does not have asserted type
bool - tests/test_pandas.py:489:18: error[type-assertion-failure] Argument does not have asserted type
bool - tests/test_pandas.py:490:22: error[type-assertion-failure] Argument does not have asserted type
bool - tests/test_pandas.py:493:18: error[type-assertion-failure] Argument does not have asserted type
bool - tests/test_pandas.py:494:22: error[type-assertion-failure] Argument does not have asserted type
bool - tests/test_pandas.py:497:18: error[type-assertion-failure] Argument does not have asserted type
bool - tests/test_pandas.py:498:22: error[type-assertion-failure] Argument does not have asserted type
bool - tests/test_pandas.py:501:18: error[type-assertion-failure] Argument does not have asserted type
bool - tests/test_pandas.py:502:22: error[type-assertion-failure] Argument does not have asserted type
bool - tests/test_pandas.py:505:18: error[type-assertion-failure] Argument does not have asserted type
bool - tests/test_pandas.py:506:22: error[type-assertion-failure] Argument does not have asserted type
bool - tests/test_pandas.py:513:15: error[type-assertion-failure] Argument does not have asserted type
str - tests/test_pandas.py:515:15: error[type-assertion-failure] Argument does not have asserted type
str - tests/test_pandas.py:517:9: error[type-assertion-failure] Argument does not have asserted type
NaTType | NAType | None - tests/test_pandas.py:519:9: error[type-assertion-failure] Argument does not have asserted type
NaTType | NAType | None - tests/test_pandas.py:523:15: error[type-assertion-failure] Argument does not have asserted type
int - tests/test_pandas.py:525:15: error[type-assertion-failure] Argument does not have asserted type
int - tests/test_pandas.py:527:15: error[type-assertion-failure] Argument does not have asserted type
None - tests/test_pandas.py:529:15: error[type-assertion-failure] Argument does not have asserted type
None - tests/test_pandas.py:533:15: error[type-assertion-failure] Argument does not have asserted type
bool - tests/test_pandas.py:535:15: error[type-assertion-failure] Argument does not have asserted type
bool - tests/test_pandas.py:537:9: error[type-assertion-failure] Argument does not have asserted type
NAType | None - tests/test_pandas.py:539:9: error[type-assertion-failure] Argument does not have asserted type
NAType | None
- Found 4910 diagnostics
- Found 4819 diagnostics
jax (https://github.com/google/jax)
- jax/_src/pallas/fuser/block_spec.py:1517:39: error[non-subscriptable] Cannot subscript object of type
Nonewith no__getitem__method - jax/_src/pallas/fuser/block_spec.py:1517:39: error[non-subscriptable] Cannot subscript object of type
Nonewith no__getitem__method
- Found 2273 diagnostics
- Found 2275 diagnostics
zulip (https://github.com/zulip/zulip)
- zerver/actions/message_edit.py:862:24: error[invalid-argument-type] Invalid argument to key "user_id" with declared type
int | Noneon TypedDictEditHistoryEvent: value of typeUnknown | str | int - zerver/actions/message_edit.py:863:26: error[invalid-argument-type] Invalid argument to key "timestamp" with declared type
inton TypedDictEditHistoryEvent: value of typeUnknown | str | int - zerver/views/auth.py:125:16: error[invalid-return-type] Return type does not match returned value: expected
str, foundstr | AnyStr@urljoin | None
- Found 2718 diagnostics
- Found 2721 diagnostics
sympy (https://github.com/sympy/sympy)
- sympy/crypto/crypto.py:2544:51: error[unsupported-operator] Operator
+is unsupported between objects of typeint | NegativeInfinityandLiteral[1] - sympy/crypto/crypto.py:2544:51: error[unsupported-operator] Operator
+is unsupported between objects of typeint | NegativeInfinityandLiteral[1] - sympy/functions/combinatorial/numbers.py:3193:61: warning[possibly-unresolved-reference] Name
sused when possibly not defined - sympy/functions/combinatorial/numbers.py:3193:61: warning[possibly-unresolved-reference] Name
sused when possibly not defined - sympy/ntheory/factor_.py:148:43: warning[possibly-unresolved-reference] Name
facsused when possibly not defined - sympy/ntheory/factor_.py:148:43: warning[possibly-unresolved-reference] Name
facsused when possibly not defined - sympy/polys/densetools.py:292:36: error[invalid-argument-type] Argument to function
dup_TCis incorrect: ExpectedDomain[Es@convert | Expr | int | float | complex | Er@dup_eval], foundDomain[Er@dup_eval]
- Found 14007 diagnostics
- Found 14014 diagnostics
rotki (https://github.com/rotki/rotki)
- rotkehlchen/history/events/structures/evm_event.py:204:63: error[invalid-argument-type] Argument to function
deserialize_optionalis incorrect: Expected(str | None, /) -> Unknown, founddef string_to_evm_address(value: str) -> @Todo
- rotkehlchen/history/events/structures/evm_event.py:204:63: error[invalid-argument-type] Argument to function
deserialize_optionalis incorrect: Expected(str | None, /) -> Any, founddef string_to_evm_address(value: str) -> @Todo
- rotkehlchen/history/events/structures/evm_swap.py:103:63: error[invalid-argument-type] Argument to function
deserialize_optionalis incorrect: Expected(str | None, /) -> Unknown, founddef string_to_evm_address(value: str) -> @Todo
- rotkehlchen/history/events/structures/evm_swap.py:103:63: error[invalid-argument-type] Argument to function
deserialize_optionalis incorrect: Expected(str | None, /) -> Any, founddef string_to_evm_address(value: str) -> @Todo
core (https://github.com/home-assistant/core)
- homeassistant/components/bmw_connected_drive/notify.py:59:44: warning[possibly-unresolved-reference] Name
coordinatorused when possibly not defined - homeassistant/components/bmw_connected_drive/notify.py:59:44: warning[possibly-unresolved-reference] Name
coordinatorused when possibly not defined - homeassistant/components/bmw_connected_drive/notify.py:59:44: warning[possibly-unresolved-reference] Name
coordinatorused when possibly not defined - homeassistant/components/bmw_connected_drive/notify.py:59:44: warning[possibly-unresolved-reference] Name
coordinatorused when possibly not defined - homeassistant/components/caldav/todo.py:84:28: warning[possibly-unresolved-reference] Name
todoused when possibly not defined - homeassistant/components/konnected/init.py:355:28: warning[possibly-unresolved-reference] Name
payloadused when possibly not defined - homeassistant/components/konnected/init.py:355:28: warning[possibly-unresolved-reference] Name
payloadused when possibly not defined - homeassistant/components/meteo_france/weather.py:194:21: error[missing-typed-dict-key] Missing required key 'datetime' in TypedDict
Forecastconstructor - homeassistant/components/meteo_france/weather.py:216:21: error[missing-typed-dict-key] Missing required key 'datetime' in TypedDict
Forecastconstructor - homeassistant/components/mqtt/debug_info.py:45:21: error[non-subscriptable] Cannot subscript object of type
Nonewith no__getitem__method - homeassistant/components/mqtt/debug_info.py:46:9: error[non-subscriptable] Cannot subscript object of type
Nonewith no__getitem__method - homeassistant/components/mqtt/debug_info.py:52:5: error[non-subscriptable] Cannot subscript object of type
Nonewith no__getitem__method - homeassistant/components/mqtt/debug_info.py:63:32: error[non-subscriptable] Cannot subscript object of type
Nonewith no__getitem__method - homeassistant/components/mqtt/debug_info.py:64:13: error[non-subscriptable] Cannot subscript object of type
Nonewith no__getitem__method - homeassistant/components/mqtt/debug_info.py:69:13: error[non-subscriptable] Cannot subscript object of type
Nonewith no__getitem__method - homeassistant/components/mqtt/debug_info.py:92:5: warning[possibly-missing-implicit-call] Method
__setitem__of typeUnknown | EntityDebugInfo | Nonemay be missing - homeassistant/components/random/config_flow.py:113:82: warning[possibly-unresolved-reference] Name
unitsused when possibly not defined - homeassistant/components/random/config_flow.py:113:82: warning[possibly-unresolved-reference] Name
unitsused when possibly not defined - homeassistant/components/sensor/init.py:607:59: warning[possibly-unresolved-reference] Name
classesused when possibly not defined - homeassistant/components/sensor/init.py:607:59: warning[possibly-unresolved-reference] Name
classesused when possibly not defined - homeassistant/components/template/config_flow.py:433:82: warning[possibly-unresolved-reference] Name
unitsused when possibly not defined - homeassistant/components/template/config_flow.py:433:82: warning[possibly-unresolved-reference] Name
unitsused when possibly not defined - homeassistant/components/template/config_flow.py:457:54: warning[possibly-unresolved-reference] Name
state_classesused when possibly not defined - homeassistant/components/template/config_flow.py:457:54: warning[possibly-unresolved-reference] Name
state_classesused when possibly not defined - homeassistant/components/thread/diagnostics.py:151:13: error[non-subscriptable] Cannot subscript object of type
Nonewith no__getitem__method - homeassistant/components/thread/diagnostics.py:179:18: error[non-subscriptable] Cannot subscript object of type
Nonewith no__getitem__method - homeassistant/components/thread/diagnostics.py:200:9: error[non-subscriptable] Cannot subscript object of type
Nonewith no__getitem__method
- homeassistant/components/todoist/calendar.py:570:21: error[unsupported-operator] Operator
>is not supported for typesNoneanddatetime, in comparingdatetime | Nonewithdatetime
- homeassistant/components/todoist/calendar.py:552:21: error[unsupported-operator] Operator
inis not supported for typesUnknownandbool, in comparingUnknownwithUnknown | bool | str | None | list[Unknown] | datetime - homeassistant/components/todoist/calendar.py:570:21: error[unsupported-operator] Operator
>is not supported for typesboolanddatetime, in comparingUnknown | bool | str | None | list[Unknown] | datetimewithdatetime
- homeassistant/components/todoist/calendar.py:576:35: warning[possibly-missing-attribute] Attribute
dateon typedatetime | Nonemay be missing
- homeassistant/components/todoist/calendar.py:576:35: warning[possibly-missing-attribute] Attribute
dateon typeUnknown | bool | str | None | list[Unknown] | datetimemay be missing
- homeassistant/components/todoist/calendar.py:579:20: error[unsupported-operator] Operator
<=is not supported for typesNoneanddatetime, in comparingdatetime | Nonewithdatetime
- homeassistant/components/todoist/calendar.py:579:20: error[unsupported-operator] Operator
<=is not supported for typesboolandstr, in comparingUnknown | bool | str | None | list[Unknown] | datetimewithUnknown | bool | str | None | list[Unknown] | datetime - homeassistant/components/todoist/calendar.py:584:33: error[unsupported-operator] Operator
+is unsupported between objects of typeUnknown | bool | str | None | list[Unknown] | datetimeandtimedelta
- homeassistant/util/hass_dict.pyi:146:5: error[type-assertion-failure] Argument does not have asserted type
dict[str, int] - homeassistant/util/hass_dict.pyi:147:5: error[type-assertion-failure] Argument does not have asserted type
int - homeassistant/util/hass_dict.pyi:155:62: warning[unused-ignore-comment] Unused blanket
type: ignoredirective - homeassistant/util/hass_dict.pyi:170:5: error[type-assertion-failure] Argument does not have asserted type
dict[str, int] - Found 13710 diagnostics
- Found 13735 diagnostics
scipy (https://github.com/scipy/scipy)
- scipy/_lib/_util.py:1074:36: error[call-non-callable] Object of type
Noneis not callable - scipy/_lib/_util.py:1074:36: error[call-non-callable] Object of type
Noneis not callable
- Found 6758 diagnostics
- Found 6760 diagnostics
Memory usage changes were detected when running on open source projects
prefect (https://github.com/PrefectHQ/prefect)
struct fields = ~33MB
struct fields = ~35MB