Skip to content

Commit

Permalink
Version 3.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Jun 29, 2024
1 parent 1ae816f commit b348af1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog
=========

3.15.0 (2024-06-29)
-------------------

* Add rule C420 to check for dict comprehensions with constant values, encouraging replacement with ``dict.fromkeys()``.

Thanks to Tom Kuson in `PR #553 <https://github.com/adamchainz/flake8-comprehensions/pull/553>`__.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [

[project]
name = "flake8-comprehensions"
version = "3.14.0"
version = "3.15.0"
description = "A flake8 plugin to help you write better list/set/dict comprehensions."
readme = "README.rst"
keywords = [
Expand Down

0 comments on commit b348af1

Please sign in to comment.