File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ What's New in Pylint 2.6.0?
77
88Release 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
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ New checkers
2020Other 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.
You can’t perform that action at this time.
0 commit comments