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 89f950c commit 975b54dCopy full SHA for 975b54d
README.rst
@@ -343,6 +343,13 @@ MIT
343
Change Log
344
----------
345
346
+23.12.2
347
+~~~~~~~
348
+
349
+* B018: to detect useless-statements at all levels (#434)
350
+* B018: Add classname to b018 useless-expression output (#433)
351
+* B018: Include tuples in b018 useless-statement check (#432)
352
353
23.11.28
354
~~~~~~~~
355
bugbear.py
@@ -15,7 +15,7 @@
15
import attr
16
import pycodestyle
17
18
-__version__ = "23.11.28"
+__version__ = "23.12.2"
19
20
LOG = logging.getLogger("flake8.bugbear")
21
CONTEXTFUL_NODES = (
0 commit comments