Skip to content

Bump flake8-comprehensions from 3.3.1 to 3.4.0#236

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/flake8-comprehensions-3.4.0
Closed

Bump flake8-comprehensions from 3.3.1 to 3.4.0#236
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/flake8-comprehensions-3.4.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 22, 2021

Bumps flake8-comprehensions from 3.3.1 to 3.4.0.

Changelog

Sourced from flake8-comprehensions's changelog.

3.4.0 (2021-03-18)

  • Remove rules C407 (Unnecessary <dict/list> comprehension - <builtin> can take a generator) and C412 (Unnecessary <dict/list/set> comprehension

    • 'in' can take a generator). Both rules recommended increasing laziness, which 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) <https://github.com/adamchainz/flake8-comprehensions/issues/247>__.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 22, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 17, 2021

Superseded by #252.

@dependabot dependabot bot closed this May 17, 2021
@dependabot dependabot bot deleted the dependabot/pip/flake8-comprehensions-3.4.0 branch May 17, 2021 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants