We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 867247f commit d8d15cfCopy full SHA for d8d15cf
CHANGELOG.rst
@@ -2,6 +2,9 @@
2
Changelog
3
=========
4
5
+3.12.0 (2023-04-13)
6
+-------------------
7
+
8
* Add rule C418 to check for calls passing a dict literal or dict comprehension to ``dict()``.
9
10
* Add rule C419 to check for calls passing a list comprehension to ``any()``/``all()``.
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
name = flake8_comprehensions
-version = 3.11.1
+version = 3.12.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