File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -340,11 +340,15 @@ MIT
340340Change Log
341341----------
342342
343- Unreleased
344- ~~~~~~~~~~
343+ 23.11.26
344+ ~~~~~~~~
345345
346- * B026: Fix bug where the check was not triggered for calls where the callee
347- is an attribute
346+ * B035: add check for static keys in dict-comprehension (#426)
347+ * B902: Add exceptions for standard library metaclasses (#415)
348+ * B017: Modify to no longer have a false negative when raises() is imported
349+ directly from pytest (#424)
350+ * B026: Fix bug where the check was not triggered for calls where the caller
351+ is an attribute (#420)
348352
34935323.9.16
350354~~~~~~~
Original file line number Diff line number Diff line change 1515import attr
1616import pycodestyle
1717
18- __version__ = "23.9.16 "
18+ __version__ = "23.11.26 "
1919
2020LOG = logging .getLogger ("flake8.bugbear" )
2121CONTEXTFUL_NODES = (
You can’t perform that action at this time.
0 commit comments