-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[py] Support RelativeBy in type annotations #15050
base: trunk
Are you sure you want to change the base?
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## trunk #15050 +/- ##
==========================================
+ Coverage 58.48% 58.86% +0.38%
==========================================
Files 86 94 +8
Lines 5270 6012 +742
Branches 220 259 +39
==========================================
+ Hits 3082 3539 +457
- Misses 1968 2214 +246
- Partials 220 259 +39 ☔ View full report in Codecov by Sentry. |
@gryznar Thanks for the PR! Please run scripts/format.sh to pass the formatting tests |
Sure. I was not aware of this script and therefore I've formatted manually |
No worries, I didn't know about it either until someone directed me to it |
28d4f96
to
474d3b7
Compare
@shbenzer Done |
474d3b7
to
d8c871a
Compare
I've also reverted changes in |
Fixes: #14881
Description
This change adds support for
RelativeBy
in type annotationsMotivation and Context
Lack of these annotations causes linting issues
Types of changes
Checklist