From c4bdb3ec1f0bf01e1d109d13321bfa96cec5bc1a Mon Sep 17 00:00:00 2001 From: Antti Kaihola <13725+akaihola@users.noreply.github.com> Date: Tue, 24 Sep 2024 22:34:46 +0300 Subject: [PATCH] docs: update the change log --- CHANGES.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 0973556b8..baaf8a56f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -11,7 +11,9 @@ Added - Do not reformat renamed files. - CI workflow to post recent project activity in a discussion. Triggered manually. - The ``--preview`` configuration flag is now supported in the configuration files for - Darker and Black + Darker and Black. +- For linting Darker itself, upgrade to Pylint 3.3.0 or later, and add ignores for the + ``too-many-positional-arguments`` message. Removed -------