Skip to content

Commit

Permalink
Update release notes for 23.2.13 (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
FozzieHi authored Feb 13, 2023
1 parent 1d87dc8 commit fa49539
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,9 @@ Change Log
* B016: Warn when raising f-strings.
* Add B028: Check for an explicit stacklevel keyword argument on the warn method from the warnings module.
* Add B029: Check when trying to use ``except`` with an empty tuple i.e. ``except: ()``.
* Add B030: Check that except handlers only use exception classes or tuples of exception classes.
Fixes crash on some rare except handlers.
* Add B031: Check that ``itertools.groupby()`` is not used multiple times.
* Add B032: Check for possible unintentional type annotations instead of assignments.

23.1.20
Expand Down

0 comments on commit fa49539

Please sign in to comment.