Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 13, 2021
1 parent ab21dce commit 2a72481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChangeLog
Expand Up @@ -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.
Expand Down

0 comments on commit 2a72481

Please sign in to comment.