diff options
author | Marc Mueller <30130371+cdce8p@users.noreply.github.com> | 2021-04-08 13:21:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-08 13:21:19 +0200 |
commit | 5e1928b325bc798f5be1ab94031bf6816d058d9f (patch) | |
tree | 746f36b98715a0910235eb7ad8347cbe77d28517 /ChangeLog | |
parent | 5540bd45fcfd3db7ddb9a1b952bd5d327f49c84b (diff) | |
download | pylint-git-5e1928b325bc798f5be1ab94031bf6816d058d9f.tar.gz |
Don't show DuplicateBasesError for attribute access (#4317)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -61,6 +61,8 @@ Release date: Undefined Closes #3850 +* Don't show ``DuplicateBasesError`` for attribute access + What's New in Pylint 2.7.4? =========================== |