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 dea2e00 commit b62f181Copy full SHA for b62f181
README.rst
@@ -334,13 +334,13 @@ MIT
334
Change Log
335
----------
336
337
-Unreleased
+23.7.10
338
~~~~~~~~~~
339
340
+* Add B034: re.sub/subn/split must pass flags/count/maxsplit as keyword arguments.
341
* Fix a crash and several test failures on Python 3.12, all relating to the B907
342
check.
343
* Declare support for Python 3.12.
-* Add B034: re.sub/subn/split must pass flags/count/maxsplit as keyword arguments.
344
345
23.6.5
346
~~~~~~
bugbear.py
@@ -14,7 +14,7 @@
14
import attr
15
import pycodestyle
16
17
-__version__ = "23.6.5"
+__version__ = "23.7.10"
18
19
LOG = logging.getLogger("flake8.bugbear")
20
CONTEXTFUL_NODES = (
0 commit comments