We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 651ed80 commit 3f3fd33Copy full SHA for 3f3fd33
README.rst
@@ -291,6 +291,11 @@ Change Log
291
22.8.23
292
~~~~~~~~~~
293
294
+* Add B025: Find duplicate except clauses (#284)
295
+
296
+22.8.23
297
+~~~~~~~~~~
298
299
* Add B024 error code to message for B024 (#276)
300
301
22.8.22
bugbear.py
@@ -12,7 +12,7 @@
12
import attr
13
import pycodestyle
14
15
-__version__ = "22.8.23"
+__version__ = "22.9.11"
16
17
LOG = logging.getLogger("flake8.bugbear")
18
CONTEXTFUL_NODES = (
0 commit comments