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 5016baf commit ff56086Copy full SHA for ff56086
CHANGELOG.rst
@@ -2,6 +2,9 @@
2
Changelog
3
=========
4
5
+3.11.0 (2023-03-18)
6
+-------------------
7
+
8
* Expand C416 to ``dict`` comprehensions.
9
10
Thanks to Aaron Gokaslan in `PR #490 <https://github.com/adamchainz/flake8-comprehensions/pull/490>`__.
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
name = flake8_comprehensions
-version = 3.10.1
+version = 3.11.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