From 611fffd2081b6ba2d10854c42e1f0f2552dcb188 Mon Sep 17 00:00:00 2001 From: Antti Kaihola <13725+akaihola@users.noreply.github.com> Date: Fri, 2 Sep 2022 18:29:47 +0300 Subject: [PATCH] Update the change log --- CHANGES.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 6edc7d435..b3bb4d7b0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -16,12 +16,13 @@ Fixed ----- - ``darker --revision=a..b .`` now works since the repository root is now always considered to have existed in all historical commits. -- Ignore linter lines which refer to files outside the common root of paths on the - command line. Fixes a failure when Pylint notifies about obsolete options in - ``.pylintrc``. +- Ignore linter lines which refer to non-Python files or files outside the common root + of paths on the command line. Fixes a failure when Pylint notifies about obsolete + options in ``.pylintrc``. - For linting Darker's own code base, require Pylint 2.6.0 or newer. This avoids the need to skip the obsolete ``bad-continuation`` check now removed from Pylint. - Fix linter output parsing for full Windows paths which include a drive letter. +- Stricter rules for linter output parsing. 1.5.0_ - 2022-04-23