-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency flake8-comprehensions to v3.14.0 #83
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/flake8-comprehensions-3.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
renovate
bot
added
the
dependency update
Pull requests and issues that are opened by a dependency bot
label
Apr 20, 2021
renovate
bot
changed the title
Update dependency flake8-comprehensions to v3.4.0
Update dependency flake8-comprehensions to v3.5.0
May 10, 2021
renovate
bot
force-pushed
the
renovate/flake8-comprehensions-3.x
branch
from
May 10, 2021 13:21
d51f1ae
to
136cd95
Compare
renovate
bot
force-pushed
the
renovate/flake8-comprehensions-3.x
branch
from
October 18, 2021 18:58
136cd95
to
4e88c90
Compare
renovate
bot
changed the title
Update dependency flake8-comprehensions to v3.5.0
Update dependency flake8-comprehensions to v3.7.0
Oct 18, 2021
renovate
bot
force-pushed
the
renovate/flake8-comprehensions-3.x
branch
from
March 7, 2022 10:32
4e88c90
to
7606c2c
Compare
renovate
bot
changed the title
Update dependency flake8-comprehensions to v3.7.0
Update dependency flake8-comprehensions to v3.8.0
Mar 7, 2022
renovate
bot
changed the title
Update dependency flake8-comprehensions to v3.8.0
Update dependency flake8-comprehensions to v3.9.0
May 15, 2022
renovate
bot
force-pushed
the
renovate/flake8-comprehensions-3.x
branch
from
May 15, 2022 23:21
7606c2c
to
69b7428
Compare
renovate
bot
force-pushed
the
renovate/flake8-comprehensions-3.x
branch
from
June 18, 2022 16:28
69b7428
to
1171409
Compare
renovate
bot
changed the title
Update dependency flake8-comprehensions to v3.9.0
Update dependency flake8-comprehensions to v3.10.0
Jun 18, 2022
renovate
bot
force-pushed
the
renovate/flake8-comprehensions-3.x
branch
from
November 20, 2022 12:57
1171409
to
bb35a16
Compare
renovate
bot
changed the title
Update dependency flake8-comprehensions to v3.10.0
Update dependency flake8-comprehensions to v3.10.1
Nov 20, 2022
renovate
bot
changed the title
Update dependency flake8-comprehensions to v3.10.1
Update dependency flake8-comprehensions to v3.11.1
Mar 23, 2023
renovate
bot
force-pushed
the
renovate/flake8-comprehensions-3.x
branch
from
March 23, 2023 15:56
bb35a16
to
13fa181
Compare
renovate
bot
changed the title
Update dependency flake8-comprehensions to v3.11.1
Update dependency flake8-comprehensions to v3.12.0
Apr 17, 2023
renovate
bot
force-pushed
the
renovate/flake8-comprehensions-3.x
branch
from
April 17, 2023 13:53
13fa181
to
9118fd1
Compare
renovate
bot
changed the title
Update dependency flake8-comprehensions to v3.12.0
Update dependency flake8-comprehensions to v3.13.0
Jun 15, 2023
renovate
bot
force-pushed
the
renovate/flake8-comprehensions-3.x
branch
from
June 15, 2023 15:21
9118fd1
to
f45bb00
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate
bot
changed the title
Update dependency flake8-comprehensions to v3.13.0
Update dependency flake8-comprehensions to v3.14.0
Jul 10, 2023
renovate
bot
force-pushed
the
renovate/flake8-comprehensions-3.x
branch
from
July 10, 2023 15:58
f45bb00
to
e754aa4
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependency update
Pull requests and issues that are opened by a dependency bot
0 participants
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.3.1
->==3.14.0
Release Notes
adamchainz/flake8-comprehensions (flake8-comprehensions)
v3.14.0
Compare Source
v3.13.0
Compare Source
v3.12.0
Compare 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.1
Compare Source
Fix false positives in C406 “unnecessary dict literal”.
Fixes
Issue #​260 <https://github.com/adamchainz/flake8-comprehensions/issues/260>
__.v3.11.0
Compare Source
Expand C416 to
dict
comprehensions.Thanks to Aaron Gokaslan in
PR #​490 <https://github.com/adamchainz/flake8-comprehensions/pull/490>
__.v3.10.1
Compare 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.0
Compare Source
Add rule C417 which recommends rewriting use of
map()
withlambda
to an equivalent generator expression or comprehension.Thanks to Tushar Sadhwani in
PR #​409 <https://github.com/adamchainz/flake8-comprehensions/pull/409>
__.v3.9.0
Compare Source
v3.8.0
Compare Source
Drop Python 3.6 support.
Remove upper bound on Flake8 version.
v3.7.0
Compare Source
v3.6.1
Compare Source
Fix type hint for
tree
argument.Thanks to kasium for the report in
Issue #​352 <https://github.com/adamchainz/flake8-comprehensions/issues/352>
__.v3.6.0
Compare Source
v3.5.0
Compare Source
Support Python 3.10.
Stop distributing tests to reduce package size. Tests are not intended to be
run outside of the tox setup in the repository. Repackagers can use GitHub's
tarballs per tag.
v3.4.0
Compare Source
Remove rules C407 (Unnecessary
<dict/list>
comprehension -<builtin>
can take a generator) and C412 (Unnecessary
<dict/list/set>
comprehensionwhich is not always desirable and can lead to subtle bugs. Also, a fully
exhausted generator is slower than an equivalent comprehension, so the advice
did not always improve performance.
Thanks to David Smith, Dylan Young, and Leonidas Loucas for the report in
Issue #​247 <https://github.com/adamchainz/flake8-comprehensions/issues/247>
__.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 becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.