-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Update documentation about @dataclass_transform
support
#11860
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
Conversation
Since pydantic#4241 Pydantic uses the finalized PEP 681 version.
PR Change SummaryUpdated the Visual Studio Code documentation to reflect the finalized PEP 681.
Modified Files
How can I customize these reviews?Check out the Hyperlint AI Reviewer docs for more information on how to customize the review. If you just want to ignore it on this PR, you can add the Note specifically for link checks, we only check the first 30 links in a file and we cache the results for several hours (for instance, if you just added a page, you might experience this). Our recommendation is to add |
please review |
CodSpeed Performance ReportMerging #11860 will not alter performanceComparing Summary
|
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.
Thanks! Some comments.
@dataclass_transform
support
Co-authored-by: Victorien <65306057+Viicos@users.noreply.github.com>
Thanks for the feedback, I've added it now. |
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.
Thanks for the contribution
Backport of: #11860 Co-authored-by: Victorien <65306057+Viicos@users.noreply.github.com>
Change Summary
Since #4241 the finalized PEP 681 is used. This updates the VS Code docs for this. From my understanding, the mypy and Pycharm plugins have custom behaviour instead of relying on this, though I did not look deeply into this.
Related issue number
Checklist
Selected Reviewer: @Viicos