We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87e4d66 commit 8d9c457Copy full SHA for 8d9c457
README.rst
@@ -295,10 +295,16 @@ MIT
295
Change Log
296
----------
297
298
-22.8.23
+22.9.23
299
+~~~~~~~~~~
300
+
301
+* add B026: find argument unpacking after keyword argument (#287)
302
+* Move to setup.cfg like flake8 (#288)
303
304
+22.9.11
305
~~~~~~~~~~
306
-* Add B025: Find duplicate except clauses (#284)
307
+* add B025: find duplicate except clauses (#284)
308
309
22.8.23
310
bugbear.py
@@ -12,7 +12,7 @@
12
import attr
13
import pycodestyle
14
15
-__version__ = "22.9.11"
+__version__ = "22.9.23"
16
17
LOG = logging.getLogger("flake8.bugbear")
18
CONTEXTFUL_NODES = (
0 commit comments