We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d1adf9 commit bc46cb5Copy full SHA for bc46cb5
README.rst
@@ -284,6 +284,11 @@ MIT
284
Change Log
285
----------
286
287
+22.8.23
288
+~~~~~~~~~~
289
+
290
+* Add B024 error code to message for B024 (#276)
291
292
22.8.22
293
~~~~~~~~~~
294
bugbear.py
@@ -12,7 +12,7 @@
12
import attr
13
import pycodestyle
14
15
-__version__ = "22.8.22"
+__version__ = "22.8.23"
16
17
LOG = logging.getLogger("flake8.bugbear")
18
CONTEXTFUL_NODES = (
0 commit comments