-
Notifications
You must be signed in to change notification settings - Fork 17.4k
core: Improve mypy config #30737
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
core: Improve mypy config #30737
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
135df9b
to
7a54bb0
Compare
c38fc60
to
291251c
Compare
3ace697
to
d397ed4
Compare
@@ -738,20 +736,17 @@ def test_tool_outputs() -> None: | |||
assert not response.tool_calls | |||
|
|||
|
|||
@pytest.mark.parametrize("use_extension_typed_dict", [True, False]) | |||
@pytest.mark.parametrize("use_extension_annotated", [True, False]) | |||
@pytest.mark.parametrize("typed_dict", [ExtensionsTypedDict, TypingTypedDict]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(not important) -- any chance you know whether this will render nicely when looking at pytest output?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not very nicely, no.
I’ll add tags to make it pretty.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! we can merge
CodSpeed Performance ReportMerging #30737 will degrade performances by 32.02%Comparing Summary
Benchmarks breakdown
|
e4bae5c
to
c95f8d4
Compare
98231dd
to
aaf547d
Compare
strict
rules exceptdisallow_any_generics
,warn_return_any
andstrict_equality
(TODO)strict_byte
rule@deprecated
decorator