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 aa3c351 commit c7c5c7cCopy full SHA for c7c5c7c
README.rst
@@ -296,10 +296,16 @@ MIT
296
297
Change Log
298
----------
299
-Future
+
300
+22.10.25
301
~~~~~~~~~
302
303
+* Make B015 and B018 messages slightly more polite (#298)
304
* Add B027: Empty method in abstract base class with no abstract decorator
305
+* Multiple B024 false positive fixes
306
+* Move CI to use `tox` (#294)
307
+* Move to using PEP621 / `pyproject.toml` package (#291)
308
+* Tested in 3.11
309
310
22.9.23
311
~~~~~~~~~~
bugbear.py
@@ -12,7 +12,7 @@
12
import attr
13
import pycodestyle
14
15
-__version__ = "22.9.23"
+__version__ = "22.10.25"
16
17
LOG = logging.getLogger("flake8.bugbear")
18
CONTEXTFUL_NODES = (
0 commit comments