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 7b2af62 commit e81c636Copy full SHA for e81c636
README.rst
@@ -297,6 +297,13 @@ MIT
297
Change Log
298
----------
299
300
+22.10.27
301
+~~~~~~~~~
302
+
303
+* B027: Ignore @overload decorator (#306)
304
+* B023: Also fix map (#305)
305
+* B023: Avoid false alarms with filter, reduce, key= and return. Added tests for functools (#303)
306
307
22.10.25
308
~~~~~~~~~
309
bugbear.py
@@ -12,7 +12,7 @@
12
import attr
13
import pycodestyle
14
15
-__version__ = "22.10.25"
+__version__ = "22.10.27"
16
17
LOG = logging.getLogger("flake8.bugbear")
18
CONTEXTFUL_NODES = (
0 commit comments