false positive too-many-ancestors if class inherits MutableMapping #4166
Labels
Enhancement ✨
Improvement to a component
False Positive 🦟
A message is emitted but nothing is wrong with the code
Steps to reproduce
Given a file
a.py
:Current behavior
Result of
pylint a.py
:Expected behavior
No warning about ancestors
pylint --version output
Result of
pylint --version
output:This behaviour has been introduced with pylint 2.7.2. pylint 2.7.1 does not show this warning.
The text was updated successfully, but these errors were encountered: