We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaad1d6 commit f68a235Copy full SHA for f68a235
README.rst
@@ -282,6 +282,13 @@ MIT
282
Change Log
283
----------
284
285
+22.7.1
286
+~~~~~~~~~~
287
+
288
+* Implement late-binding loop check (#265)
289
290
+ * `late-binding closures are a classic gotcha <https://docs.python-guide.org/writing/gotchas/#late-binding-closures>`__.
291
292
22.6.22
293
~~~~~~~~~~
294
bugbear.py
@@ -12,7 +12,7 @@
12
import attr
13
import pycodestyle
14
15
-__version__ = "22.6.22"
+__version__ = "22.7.1"
16
17
LOG = logging.getLogger("flake8.bugbear")
18
CONTEXTFUL_NODES = (
0 commit comments