We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91188aa commit 4435548Copy full SHA for 4435548
README.rst
@@ -308,8 +308,9 @@ MIT
308
Change Log
309
----------
310
311
-Future
+23.1.17
312
~~~~~~~~~
313
+
314
* Rename B028 to B907, making it optional/opinionated.
315
316
23.1.14
bugbear.py
@@ -13,7 +13,7 @@
13
import attr
14
import pycodestyle
15
16
-__version__ = "23.1.14"
+__version__ = "23.1.17"
17
18
LOG = logging.getLogger("flake8.bugbear")
19
CONTEXTFUL_NODES = (
0 commit comments