Skip to content

Commit

Permalink
Code review
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Oct 16, 2022
1 parent 47a12a9 commit c3d54fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/whatsnew/fragments/3391.extension
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Added ``consider-using-augmented-assign`` check for ``CodeStyle`` extension
which flags ``x = x + 1`` to simplify to ``x += 1``.
This check is disabled by default. To use it, add the msgid to ``enable``.
This check is disabled by default. To use it, load the code style extension
with ``load-plugins=pylint.extensions.code_style`` and add the msgid to ``enable``.

Closes #3391
Closes #7605

0 comments on commit c3d54fc

Please sign in to comment.