We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0826e81 commit 9e9ff04Copy full SHA for 9e9ff04
README.rst
@@ -302,10 +302,11 @@ MIT
302
Change Log
303
----------
304
305
-Future
+22.12.6
306
~~~~~~~~~
307
-* B027: ignore @overload when typing is imported with other names
308
-* Add B905: `zip()` without an explicit `strict=` parameter.
+
+* Add B905: `zip()` without an explicit `strict=` parameter. (#314)
309
+* B027: ignore @overload when typing is imported with other names (#309)
310
311
22.10.27
312
bugbear.py
@@ -12,7 +12,7 @@
12
import attr
13
import pycodestyle
14
15
-__version__ = "22.10.27"
+__version__ = "22.10.6"
16
17
LOG = logging.getLogger("flake8.bugbear")
18
CONTEXTFUL_NODES = (
0 commit comments