From fa49539b05e2f1c0962ff3d09a86a889b16b9c92 Mon Sep 17 00:00:00 2001 From: George Date: Mon, 13 Feb 2023 21:07:53 +0000 Subject: [PATCH] Update release notes for 23.2.13 (#351) --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 2211853..0bf2b4b 100644 --- a/README.rst +++ b/README.rst @@ -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