Skip to content

Commit d8d15cf

Browse files
committed
Version 3.12.0
1 parent 867247f commit d8d15cf

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.rst

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

5+
3.12.0 (2023-04-13)
6+
-------------------
7+
58
* Add rule C418 to check for calls passing a dict literal or dict comprehension to ``dict()``.
69

710
* Add rule C419 to check for calls passing a list comprehension to ``any()``/``all()``.

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.11.1
3+
version = 3.12.0
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)