flake8-executable icon indicating copy to clipboard operation
flake8-executable copied to clipboard

chore(deps): update dependency flake8-comprehensions to v3.17.0

Open renovate[bot] opened this issue 2 years ago • 0 comments

This PR contains the following updates:

Package Change Age Confidence
flake8-comprehensions (changelog) ==3.10.1==3.17.0 age confidence

Release Notes

adamchainz/flake8-comprehensions (flake8-comprehensions)

v3.17.0

Compare Source

  • Support Python 3.14.

v3.16.0

Compare Source

  • Drop Python 3.8 support.

  • Support Python 3.13.

v3.15.0

Compare Source

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

    Thanks to Tom Kuson in PR #&#8203;553 <https://github.com/adamchainz/flake8-comprehensions/pull/553>__.

v3.14.0

Compare Source

  • Drop Python 3.7 support.

v3.13.0

Compare Source

  • Support Python 3.12.

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 #&#8203;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 #&#8203;490 <https://github.com/adamchainz/flake8-comprehensions/pull/490>__.


Configuration

📅 Schedule: Branch creation - "before 1am on Saturday" (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.


  • [ ] If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] avatar Jun 10 '23 00:06 renovate[bot]