Skip to content

Commit c924b9b

Browse files
committed
Adds an entry
1 parent 29da511 commit c924b9b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ What's New in Pylint 2.6.0?
77

88
Release date: TBA
99

10+
* Fix ``useless-super-delegation`` false positive when default keyword argument is a dictionnary.
11+
12+
Close #3773
13+
1014
* Fix various scope-related bugs in ``undefined-variable`` checker
1115

1216
Close #1082, #3434, #3461

doc/whatsnew/2.6.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ New checkers
2020
Other Changes
2121
=============
2222

23+
* Fix false positive message ``useless-super-delegation`` when default keyword argument is a dictionnary.
24+
2325
* `bad-continuation` and `bad-whitespace` have been removed. `black` or another formatter can help you with this better than Pylint
2426

2527
* The `no-space-check` option has been removed, it's no longer possible to consider empty line like a `trailing-whitespace` by using clever options.

0 commit comments

Comments
 (0)