[ty] Sync vendored typeshed stubs#25779
Merged
Merged
Conversation
Typing conformance resultsNo changes detected ✅Current numbersThe percentage of diagnostics emitted that were expected errors held steady at 92.23%. The percentage of expected errors that received a diagnostic held steady at 87.42%. The number of fully passing files held steady at 92/134. |
Memory usage reportSummary
Significant changesClick to expand detailed breakdownsphinx
prefect
trio
flake8
|
Member
|
(this is an out-of-schedule, manually triggered update to pull in some improvements from docstrings-adder -- which now supports Python 3.15 -- and Black, which now has better formatting of stub files with docstrings in them) |
|
| Lint rule | Added | Removed | Changed |
|---|---|---|---|
invalid-argument-type |
4 | 0 | 0 |
| Total | 4 | 0 | 0 |
Raw diff:
dd-trace-py (https://github.com/DataDog/dd-trace-py)
+ ddtrace/llmobs/decorators.py:217:80 error[invalid-argument-type] Argument to function `_get_span_inputs` is incorrect: Expected `OrderedDict[Unknown, Unknown]`, found `dict[str, Any] & ~AlwaysFalsy`
+ ddtrace/llmobs/decorators.py:233:84 error[invalid-argument-type] Argument to function `_get_span_inputs` is incorrect: Expected `OrderedDict[Unknown, Unknown]`, found `dict[str, Any] & ~AlwaysFalsy`
+ ddtrace/llmobs/decorators.py:254:84 error[invalid-argument-type] Argument to function `_get_span_inputs` is incorrect: Expected `OrderedDict[Unknown, Unknown]`, found `dict[str, Any] & ~AlwaysFalsy`
+ ddtrace/llmobs/decorators.py:279:84 error[invalid-argument-type] Argument to function `_get_span_inputs` is incorrect: Expected `OrderedDict[Unknown, Unknown]`, found `dict[str, Any] & ~AlwaysFalsy`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Close and reopen this PR to trigger CI