We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e389294 commit 0069532Copy full SHA for 0069532
README.rst
@@ -275,10 +275,14 @@ MIT
275
Change Log
276
----------
277
278
-Unreleased
+22.3.20
279
~~~~~~~~~~
280
281
+* B022: No arguments passed to contextlib.suppress (#231)
282
+* B021: f-string used as docstring. (#230)
283
* B020: ensure loop control variable doesn't overrides iterable it iterates (#220)
284
+* B019: check to find cache decorators on class methods (#218)
285
+* Fix crash on long empty string (#223)
286
287
22.1.11
288
bugbear.py
@@ -12,7 +12,7 @@
12
import attr
13
import pycodestyle
14
15
-__version__ = "22.1.11"
+__version__ = "22.3.20"
16
17
LOG = logging.getLogger("flake8.bugbear")
18
CONTEXTFUL_NODES = (
0 commit comments