From 5ddea68cc055e6174edd8b84b8e5726f3ea04c62 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Sat, 2 May 2020 18:58:20 +0200 Subject: [PATCH] Update documentation for bad-continuation removal --- ChangeLog | 4 ++++ doc/whatsnew/2.6.rst | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index fafae7a41c..5cd3f44830 100644 --- a/ChangeLog +++ b/ChangeLog @@ -34,6 +34,10 @@ Release date: TBA Close #3528 +* bad-continuation has been removed, black or another formatter can help you with this better than Pylint + +Close #289, #638, #747, #1148, #1179, #1943, #2301, #2304, #2944, #3565 + What's New in Pylint 2.5.0? =========================== diff --git a/doc/whatsnew/2.6.rst b/doc/whatsnew/2.6.rst index 6fe33126ab..eb18da612b 100644 --- a/doc/whatsnew/2.6.rst +++ b/doc/whatsnew/2.6.rst @@ -15,3 +15,5 @@ New checkers Other Changes ============= + +* `bad-continuation` has been removed, `black` or another formatter can help you with this better than Pylint