We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76aa16b commit 1d87dc8Copy full SHA for 1d87dc8
README.rst
@@ -325,7 +325,7 @@ MIT
325
Change Log
326
----------
327
328
-Future
+23.2.13
329
~~~~~~~~~
330
331
* B906: Add ``visit_Bytes``, ``visit_Num`` and ``visit_Str`` to the list of ``visit_*``
bugbear.py
@@ -13,7 +13,7 @@
13
import attr
14
import pycodestyle
15
16
-__version__ = "23.1.20"
+__version__ = "23.2.13"
17
18
LOG = logging.getLogger("flake8.bugbear")
19
CONTEXTFUL_NODES = (
0 commit comments