We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 546d833 commit 608df84Copy full SHA for 608df84
README.rst
@@ -349,6 +349,11 @@ MIT
349
Change Log
350
----------
351
352
+24.1.17
353
+~~~~~~~
354
+
355
+* B038: Restrict rule to mutation functions only (#453)
356
357
24.1.16
358
~~~~~~~
359
bugbear.py
@@ -17,7 +17,7 @@
17
import attr
18
import pycodestyle
19
20
-__version__ = "24.1.16"
+__version__ = "24.1.17"
21
22
LOG = logging.getLogger("flake8.bugbear")
23
CONTEXTFUL_NODES = (
0 commit comments