We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9e0f77 commit c255c1bCopy full SHA for c255c1b
README.rst
@@ -279,10 +279,12 @@ MIT
279
Change Log
280
----------
281
282
-<release-tbd>
+22.3.23
283
~~~~~~~~~~
284
285
-* B006 and B008: Detect function calls at any level of the default expression.
+* B006 and B008: Detect function calls at any level of the default expression (#239)
286
+* B020: Fix comprehension false postives (#238)
287
+* Tweak B019 desc (#237)
288
289
22.3.20
290
bugbear.py
@@ -12,7 +12,7 @@
12
import attr
13
import pycodestyle
14
15
-__version__ = "22.3.20"
+__version__ = "22.3.23"
16
17
LOG = logging.getLogger("flake8.bugbear")
18
CONTEXTFUL_NODES = (
0 commit comments