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 8b89d37 commit 05067c7Copy full SHA for 05067c7
HISTORY.rst
@@ -2,6 +2,9 @@
2
History
3
=======
4
5
+3.10.0 (2022-05-19)
6
+-------------------
7
+
8
* Add rule C417 which recommends rewriting use of ``map()`` with ``lambda`` to an equivalent generator expression or comprehension.
9
10
Thanks to Tushar Sadhwani in `PR #409 <https://github.com/adamchainz/flake8-comprehensions/pull/409>`__.
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
name = flake8-comprehensions
-version = 3.9.0
+version = 3.10.0
description = A flake8 plugin to help you write better list/set/dict comprehensions.
long_description = file: README.rst
long_description_content_type = text/x-rst
0 commit comments