Skip to content
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-bugbear to v24 #307

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
flake8-bugbear (changelog) ^23.0.0 -> ^24.0.0 age adoption passing confidence

Release Notes

PyCQA/flake8-bugbear (flake8-bugbear)

v24.8.19

Compare Source

  • B910: implement to suggest using Counter() instead of defaultdict(int) (#​489)
  • B901: Do not trigger with explicit Generator return type (#​481)
  • B008: add some comments, rename b008_extend_immutable_calls (#​476)
  • B040: exception with note added not reraised or used (#​477)
  • B039, Add ContextVar with mutable literal or function call as default
  • B040: Add Exception with added note not reraised. (#​474)
  • Run tests in Python 3.13
  • Type annotated code (#​481 + #​483)
  • Replace hash with unsafe_hash (#​486)

v24.4.26

Compare Source

  • B909: Fix false positive affecting containers of mutables (#​469)

v24.4.21

Compare Source

  • B950: Add pragma comment to line length ignores (#​463)
  • B909: Add more cases to detect + more container mutating functions (#​460)

v24.2.6

Compare Source

  • B902: Remove decorators named validator and root_validator from B902 checks (#​459)
  • B038: Change B038 to B909 and make it optional (#​456)

v24.1.17

Compare Source

  • B038: Restrict rule to mutation functions only (#​453)

v24.1.16

Compare Source

  • B036: Fix crash on raise statements raising something other than

v24.1.15

Compare Source

  • B038: Add check for mutations of loop iterator (#​446)
  • B037: Add check for yielding or returning values in init() (#​442)
  • B017: make B017 also apply to BaseException (#​439)
  • B036: Add check for except BaseException without re-raising (#​438)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


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

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

@renovate renovate bot added chore patch A bug, doc or CICD change. labels Jan 16, 2024
Copy link

codecov bot commented Jan 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.85%. Comparing base (21a68e9) to head (b3ac7c2).
Report is 14 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #307   +/-   ##
========================================
  Coverage    94.85%   94.85%           
========================================
  Files           12       12           
  Lines          835      835           
  Branches       165      165           
========================================
  Hits           792      792           
  Misses          24       24           
  Partials        19       19           
Flag Coverage Δ
unit 94.85% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/flake8-bugbear-24.x branch 2 times, most recently from c5045c5 to 084b457 Compare April 23, 2024 23:50
@renovate renovate bot force-pushed the renovate/flake8-bugbear-24.x branch 2 times, most recently from 2c4aed3 to 9278609 Compare May 22, 2024 19:02
@renovate renovate bot force-pushed the renovate/flake8-bugbear-24.x branch from 9278609 to b3ac7c2 Compare May 29, 2024 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore patch A bug, doc or CICD change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants