Skip to content

Commit 1eb8823

Browse files
committed
Version 3.10.1
1 parent e655c26 commit 1eb8823

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

HISTORY.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
History
33
=======
44

5+
3.10.1 (2022-10-29)
6+
-------------------
7+
58
* Fix false positive in rules C402 and C404 for ``dict()`` calls with keyword arguments.
69

710
Thanks to Anders Kaseorg for the report in `Issue #457 <https://github.com/adamchainz/flake8-comprehensions/issues/457>`__.

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = flake8-comprehensions
3-
version = 3.10.0
3+
version = 3.10.1
44
description = A flake8 plugin to help you write better list/set/dict comprehensions.
55
long_description = file: README.rst
66
long_description_content_type = text/x-rst

0 commit comments

Comments
 (0)