From 2a724813e34c0d6d0ed45bff024a815ae39678ae Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 04:41:24 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 32fd1c5581c..8ded59a2e87 100644 --- a/ChangeLog +++ b/ChangeLog @@ -43,7 +43,7 @@ modules are added. * Fix incompatibility with Python 3.6.0 caused by ``typing.Counter`` and ``typing.NoReturn`` usage Closes #4412 - + * New checker ``consider-using-str-partition``. Emitted either when only accessing the first or last element of a ``str.split()`` or ``str.rsplit()``, or when a ``str.split()`` or ``str.rsplit()`` is used with a ``max_split`` argument value of 1.