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 -------