We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb300be commit 535c109Copy full SHA for 535c109
README.rst
@@ -329,9 +329,13 @@ MIT
329
Change Log
330
----------
331
332
-Unreleased
333
-~~~~~~~~~~
334
-* B028: Allow stacklevel to be explicitly assigned as a positional argument
+23.5.9
+~~~~~~
+
335
+* Add B033: Detect duplicate items in sets
336
+* Add B908: Detect assertRauses like contexts only has top level statements that could throw
337
+* Add B028: Allow stacklevel to be explicitly assigned as a positional argument
338
+* Remove more < 3.8 checks / assertions
339
340
23.3.23
341
~~~~~~~~~~
bugbear.py
@@ -13,7 +13,7 @@
13
import attr
14
import pycodestyle
15
16
-__version__ = "23.3.23"
+__version__ = "23.5.9"
17
18
LOG = logging.getLogger("flake8.bugbear")
19
CONTEXTFUL_NODES = (
0 commit comments