We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e655c26 commit 1eb8823Copy full SHA for 1eb8823
HISTORY.rst
@@ -2,6 +2,9 @@
2
History
3
=======
4
5
+3.10.1 (2022-10-29)
6
+-------------------
7
+
8
* Fix false positive in rules C402 and C404 for ``dict()`` calls with keyword arguments.
9
10
Thanks to Anders Kaseorg for the report in `Issue #457 <https://github.com/adamchainz/flake8-comprehensions/issues/457>`__.
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
name = flake8-comprehensions
-version = 3.10.0
+version = 3.10.1
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