File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -479,13 +479,15 @@ MIT
479479Change Log
480480----------
481481
482- UNRELEASED
482+ 25.10.21
483483~~~~~~~~~~
484484
485485* B042: New check for reminding to call super().__init__ in custom exceptions
486- * flake8-bugbear now requires at least Python 3.9, like flake8>=7.2.0
487486* B028: Skip if skip_file_prefixes is used (#503)
488- * Add B912: `map() ` without an explicit `strict= ` parameter. (#516)
487+ * B912: New check for `map() ` without an explicit `strict= ` parameter. (#516)
488+ * Add python3.14 Support / CI
489+ * Remove python3.9 support / CI
490+ * flake8-bugbear now requires at least Python 3.10, like the next release of flake8
489491
49049224.12.12
491493~~~~~~~~
Original file line number Diff line number Diff line change 1717import attr
1818import pycodestyle # type: ignore[import-untyped]
1919
20- __version__ = "24.12.12 "
20+ __version__ = "25.10.21 "
2121
2222LOG = logging .getLogger ("flake8.bugbear" )
2323CONTEXTFUL_NODES = (
You can’t perform that action at this time.
0 commit comments