-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Fix a false negative for abstract-method
#9987
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 negative for abstract-method
#9987
Conversation
β¦s the direct ancestor of a derived class. Closes pylint-dev#9979
Codecov ReportAll modified and coverable lines are covered by tests β
Additional details and impacted files@@ Coverage Diff @@
## main #9987 +/- ##
=======================================
Coverage 95.80% 95.80%
=======================================
Files 174 174
Lines 18934 18934
=======================================
Hits 18140 18140
Misses 794 794
|
π€ Effect of this PR on checked open source code: π€ Effect on home-assistant:
Effect on black:
Effect on pytest:
Effect on pandas:
This comment was truncated because GitHub allows only 65536 characters in a comment. This comment was generated for commit fba14dd |
Closing as explained in this comment |
Type of Changes
Description
Fix a false negative for
abstract-method
when an abstract class is the direct ancestor of a derived class.Closes #9979