We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0afdcce commit a5ace0aCopy full SHA for a5ace0a
README.rst
@@ -494,8 +494,14 @@ MIT
494
Change Log
495
----------
496
497
+25.11.29
498
+~~~~~~~~
499
+
500
+* B043: Add new check to state don't call delattr with constant (#514)
501
+* B042: ignore overloaded init, ignore if str+pickle dunder, improve README
502
503
25.10.21
-~~~~~~~~~~
504
505
506
* B042: New check for reminding to call super().__init__ in custom exceptions
507
* B028: Skip if skip_file_prefixes is used (#503)
bugbear.py
@@ -17,7 +17,7 @@
17
import attr
18
import pycodestyle # type: ignore[import-untyped]
19
20
-__version__ = "25.10.21"
+__version__ = "25.11.29"
21
22
LOG = logging.getLogger("flake8.bugbear")
23
CONTEXTFUL_NODES = (
0 commit comments