Update dependency flake8-comprehensions to v3.17.0#306
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
Update dependency flake8-comprehensions to v3.17.0#306renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
b102a43 to
62971af
Compare
62971af to
eda8058
Compare
eda8058 to
1d0f8a5
Compare
1d0f8a5 to
3913b14
Compare
3913b14 to
2fc128e
Compare
2fc128e to
5859f1d
Compare
5859f1d to
cbc24b0
Compare
cbc24b0 to
09b2366
Compare
09b2366 to
7db152b
Compare
7db152b to
041ceb8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==3.7.0→==3.17.0Release Notes
adamchainz/flake8-comprehensions (flake8-comprehensions)
v3.17.0Compare Source
v3.16.0Compare Source
Drop Python 3.8 support.
Support Python 3.13.
v3.15.0Compare Source
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>__.v3.14.0Compare Source
v3.13.0Compare Source
v3.12.0Compare Source
Add rule C418 to check for calls passing a dict literal or dict comprehension to
dict().Add rule C419 to check for calls passing a list comprehension to
any()/all().v3.11.1Compare Source
Fix false positives in C406 “unnecessary dict literal”.
Fixes
Issue #​260 <https://github.com/adamchainz/flake8-comprehensions/issues/260>__.v3.11.0Compare Source
Expand C416 to
dictcomprehensions.Thanks to Aaron Gokaslan in
PR #​490 <https://github.com/adamchainz/flake8-comprehensions/pull/490>__.v3.10.1Compare Source
Fix false positive in rules C402 and C404 for
dict()calls with keyword arguments.Thanks to Anders Kaseorg for the report in
Issue #​457 <https://github.com/adamchainz/flake8-comprehensions/issues/457>__.v3.10.0Compare Source
Add rule C417 which recommends rewriting use of
map()withlambdato an equivalent generator expression or comprehension.Thanks to Tushar Sadhwani in
PR #​409 <https://github.com/adamchainz/flake8-comprehensions/pull/409>__.v3.9.0Compare Source
v3.8.0Compare Source
Drop Python 3.6 support.
Remove upper bound on Flake8 version.
Configuration
📅 Schedule: Branch creation - "before 1am on Tuesday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.