-
-
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
Also check the typealias naming style for TypeAlias variables defined in functions. #8537
Conversation
Btw,
|
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.
Neat fix ! @DanielNoord do you have an opinion about the pickle test failing ?
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #8537 +/- ##
=======================================
Coverage 95.91% 95.91%
=======================================
Files 174 174
Lines 18366 18368 +2
=======================================
+ Hits 17615 17617 +2
Misses 751 751
|
Can we reproduce? If not I'd say just merge this |
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.
Reading the primer it seems some variable that are only typed are confused for a TypeAlias. For example in sentry: resolved_orderby: Union[str, SelectType, None]
@Pierre-Sassoulas Is "primer" the Primer actions run on this PR? Could you please point to me where the relevant outputs are? I checked those jobs but can only find generic logs without info like sentry / |
@Pierre-Sassoulas Ah sorry never mind, just found out it's in a separate comment right after I posted my question. Taking a look now. |
Rebased, the local variable declaration issue should have been fixed by #8541. |
π€ According to the primer, this change has no effect on the checked open source code. π€π This comment was generated for commit a5e55c8 |
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.
@Pierre-Sassoulas Do you want a review as well?
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.
Neat !
Type of Changes
Description
Closes #8536