We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 437c9d2 commit 88bb957Copy full SHA for 88bb957
README.rst
@@ -279,6 +279,14 @@ MIT
279
Change Log
280
----------
281
282
+22.6.22
283
+~~~~~~~~~~
284
+
285
+* Don't crash when select / extend_select are None (#261)
286
+* Ignore lambda arguments for B020 (#259)
287
+* Fix missing space typos in B021, B022 error messages (#257)
288
289
290
22.4.25
291
~~~~~~~~~~
292
bugbear.py
@@ -12,7 +12,7 @@
12
import attr
13
import pycodestyle
14
15
-__version__ = "22.4.25"
+__version__ = "22.6.22"
16
17
LOG = logging.getLogger("flake8.bugbear")
18
CONTEXTFUL_NODES = (
0 commit comments