We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 881f054 commit 1007f5cCopy full SHA for 1007f5c
README.rst
@@ -284,8 +284,9 @@ MIT
284
Change Log
285
----------
286
287
-FUTURE
+22.8.22
288
~~~~~~~~~~
289
+
290
* Add B024: abstract base class with no abstract methods (#273)
291
292
bugbear.py
@@ -12,7 +12,7 @@
12
import attr
13
import pycodestyle
14
15
-__version__ = "22.7.1"
+__version__ = "22.8.22"
16
17
LOG = logging.getLogger("flake8.bugbear")
18
CONTEXTFUL_NODES = (
0 commit comments