-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 a false positive for bad-dunder-name
#8619
Fix a false positive for bad-dunder-name
#8619
Conversation
This comment has been minimized.
This comment has been minimized.
1329e35
to
ea61dc9
Compare
β¦ined ``__index__`` method. Closes pylint-dev#8613
ea61dc9
to
94cd2e3
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #8619 +/- ##
=======================================
Coverage 95.91% 95.91%
=======================================
Files 174 174
Lines 18416 18416
=======================================
Hits 17664 17664
Misses 752 752
|
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, but let's wait for 2.17.3 release now (#8620)
π€ According to the primer, this change has no effect on the checked open source code. π€π This comment was generated for commit 94cd2e3 |
β¦ined ``__index__`` method. (#8619) (#8622) Closes #8613 (cherry picked from commit f223c6d) Co-authored-by: Mark Byrne <[email protected]>
Type of Changes
Description
Fix a false positive for
bad-dunder-name
when there is a user-defined__index__
method.Closes #8613