We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d87dc8 commit fa49539Copy full SHA for fa49539
README.rst
@@ -335,6 +335,9 @@ Change Log
335
* B016: Warn when raising f-strings.
336
* Add B028: Check for an explicit stacklevel keyword argument on the warn method from the warnings module.
337
* Add B029: Check when trying to use ``except`` with an empty tuple i.e. ``except: ()``.
338
+* Add B030: Check that except handlers only use exception classes or tuples of exception classes.
339
+ Fixes crash on some rare except handlers.
340
+* Add B031: Check that ``itertools.groupby()`` is not used multiple times.
341
* Add B032: Check for possible unintentional type annotations instead of assignments.
342
343
23.1.20
0 commit comments