Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Bump flake8-comprehensions from 3.3.0 to 3.7.0 #62

Open
wants to merge 1 commit into
base: boycat
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 18, 2021

Bumps flake8-comprehensions from 3.3.0 to 3.7.0.

Changelog

Sourced from flake8-comprehensions's changelog.

3.7.0 (2021-10-11)

  • Support Flake8 4.

3.6.1 (2021-08-16)

  • Fix type hint for tree argument.

    Thanks to kasium for the report in Issue [#352](https://github.com/adamchainz/flake8-comprehensions/issues/352) <https://github.com/adamchainz/flake8-comprehensions/issues/352>__.

3.6.0 (2021-08-13)

  • Add type hints.

3.5.0 (2021-05-10)

  • 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.

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>__.

3.3.1 (2020-12-19)

  • Drop Python 3.5 support.
  • Improved installation instructions in README.
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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [flake8-comprehensions](https://github.com/adamchainz/flake8-comprehensions) from 3.3.0 to 3.7.0.
- [Release notes](https://github.com/adamchainz/flake8-comprehensions/releases)
- [Changelog](https://github.com/adamchainz/flake8-comprehensions/blob/main/HISTORY.rst)
- [Commits](adamchainz/flake8-comprehensions@3.3.0...3.7.0)

---
updated-dependencies:
- dependency-name: flake8-comprehensions
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 18, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants