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 flake8-bugbear to 24.8.19 #138

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

pyup-bot
Copy link
Collaborator

This PR updates flake8-bugbear from 24.4.26 to 24.8.19.

Changelog

24.8.19

* 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)
Links

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.42%. Comparing base (541786a) to head (ce74ada).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #138   +/-   ##
=======================================
  Coverage   96.42%   96.42%           
=======================================
  Files           8        8           
  Lines         196      196           
=======================================
  Hits          189      189           
  Misses          7        7           

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

@jsfehler jsfehler merged commit 094c483 into master Aug 20, 2024
6 checks passed
@jsfehler jsfehler deleted the pyup-update-flake8-bugbear-24.4.26-to-24.8.19 branch August 20, 2024 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants