-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Rename useless-super-delegation
to useless-parent-delegation
#6955
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
Rename useless-super-delegation
to useless-parent-delegation
#6955
Conversation
"from the MRO.", | ||
{"old_names": [("W0235", "useless-super-delegation")]}, |
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.
Using a tuple here trip up the check for consider-using-namedtuple-or-dataclass
for the whole surrounding dict.
Pull Request Test Coverage Report for Build 2554373190
π - Coveralls |
4bf3f98
to
327dee9
Compare
This comment has been minimized.
This comment has been minimized.
327dee9
to
1769f7f
Compare
This comment has been minimized.
This comment has been minimized.
@@ -211,63 +211,63 @@ def with_default_unhandled(self, first, default_arg=lambda: True): | |||
|
|||
class UselessSuper(Base): | |||
|
|||
def equivalent_params(self): # [useless-super-delegation] | |||
def equivalent_params(self): # [useless-parent-delegation] |
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.
We should probably rename all test files.
This comment has been minimized.
This comment has been minimized.
We don't need specific file for python 3.0 or 3.5 nowaydays
c2a859d
to
f620214
Compare
π€ Effect of this PR on checked open source code: π€ Effect on pandas:
The following messages are no longer emitted:
Effect on sentry:
The following messages are no longer emitted:
This comment was generated for commit f620214 |
Type of Changes
Description
Closes #6953