-
-
Notifications
You must be signed in to change notification settings - Fork 467
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
Implement PEP 655 NotRequired #1705
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #1705 +/- ##
==========================================
+ Coverage 33.24% 33.25% +0.01%
==========================================
Files 95 95
Lines 18426 18429 +3
==========================================
+ Hits 6125 6128 +3
Misses 12301 12301
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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.
LGTM
Summary
Reference: https://peps.python.org/pep-0655
Note: https://peps.python.org/pep-0655/#usage-in-python-3-11
Information
examples, ...).
Checklist
type: ignore
comments were used, a comment is also left explaining why.