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
472
472
----------
473
473
474
474
475
- FUTURE
476
- ~~~~~~
475
+ 24.12.12
476
+ ~~~~~~~~
477
477
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)
479
482
480
483
24.10.31
481
484
~~~~~~~~
Original file line number Diff line number Diff line change 17
17
import attr
18
18
import pycodestyle # type: ignore[import-untyped]
19
19
20
- __version__ = "24.10.31 "
20
+ __version__ = "24.12.12 "
21
21
22
22
LOG = logging .getLogger ("flake8.bugbear" )
23
23
CONTEXTFUL_NODES = (
You can’t perform that action at this time.
0 commit comments