We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ae012 commit bdc1d00Copy full SHA for bdc1d00
CHANGELOG.rst
@@ -2,6 +2,9 @@
2
Changelog
3
=========
4
5
+3.11.1 (2023-03-21)
6
+-------------------
7
+
8
* Fix false positives in C406 “unnecessary dict literal”.
9
10
Fixes `Issue #260 <https://github.com/adamchainz/flake8-comprehensions/issues/260>`__.
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
name = flake8_comprehensions
-version = 3.11.0
+version = 3.11.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