-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Fix Pyreverse optional annotation bug #9016
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #9016 +/- ##
=======================================
Coverage 95.75% 95.75%
=======================================
Files 173 173
Lines 18648 18648
=======================================
Hits 17856 17856
Misses 792 792
|
This comment has been minimized.
This comment has been minimized.
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.
The pre-commit issue seems genuine.
The typing around that section is a little squirrelly (see #8266). Should be fixed now. |
π€ According to the primer, this change has no effect on the checked open source code. π€π This comment was generated for commit 433bd85 |
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.
π
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 fix!
* Add alternative optional bug test cases * Fix Pyreverse optional annotation bug * Fix type error (cherry picked from commit a21f5d3)
Type of Changes
Description
Closes #9014