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 03a0f40 commit fce31d4Copy full SHA for fce31d4
README.rst
@@ -325,9 +325,11 @@ MIT
325
Change Log
326
----------
327
328
-Unreleased
+23.3.23
329
~~~~~~~~~~
330
331
+* flake8-bugbear is now >= 3.8.1 project like flake8>=6.0.0
332
+ * This has allowed some more modern AST usage cleanup and less CI running etc.
333
* B030: Fix crash on certain unusual except handlers (e.g. ``except a[0].b:``)
334
335
23.3.12
bugbear.py
@@ -13,7 +13,7 @@
13
import attr
14
import pycodestyle
15
16
-__version__ = "23.3.12"
+__version__ = "23.3.23"
17
18
LOG = logging.getLogger("flake8.bugbear")
19
CONTEXTFUL_NODES = (
0 commit comments