File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -472,10 +472,13 @@ Change Log
472472----------
473473
474474
475- FUTURE
476- ~~~~~~
475+ 24.12.12
476+ ~~~~~~~~
477477
478- * B012 and B025 now also handle try/except*
478+ * B012 and B025 now also handle try/except* (#500)
479+ * Skip B028 if warnings.warn is called with ``*args `` or ``**kwargs `` (#501)
480+ * Add B911: itertools.batched without strict= (#502)
481+ * Readme has anchors per check (they do not seem to render on GitHub tho)
479482
48048324.10.31
481484~~~~~~~~
Original file line number Diff line number Diff line change 1717import attr
1818import pycodestyle # type: ignore[import-untyped]
1919
20- __version__ = "24.10.31 "
20+ __version__ = "24.12.12 "
2121
2222LOG = logging .getLogger ("flake8.bugbear" )
2323CONTEXTFUL_NODES = (
You can’t perform that action at this time.
0 commit comments