Skip to content

Update flake8-bugbear to 26.9.9 - #687

Open
pyup-bot wants to merge 1 commit into
masterfrom
pyup-update-flake8-bugbear-24.1.17-to-26.9.9
Open

pyup-bot wants to merge 1 commit into
masterfrom
pyup-update-flake8-bugbear-24.1.17-to-26.9.9

Conversation

@pyup-bot

@pyup-bot pyup-bot commented Sep 9, 2026

Copy link
Copy Markdown
Collaborator

This PR updates flake8-bugbear from 24.1.17 to 26.9.9.

Changelog

26.9.9

* B044: New check for `assert <generator_expression>`, which is always true (534)
* B031: allow reusing a group after assigning `list(group)` or `tuple(group)` back to the same name (395)
* B028: report `warnings.warn` calls that pass an explicitly empty `skip_file_prefixes` tuple (510)
* B019: also flag `async_lru.alru_cache` and check cache decorators on `async def` methods (488)
* B023: don't flag a function whose every reference is a direct call inside the loop body (468, 380)
* B020: don't flag `for self.a in self.b`: rebinding an attribute is not rebinding the base name (248)
* B018: handle also useless calls such as `isinstance(x, int)` without assigning or using the result
* B031: don't count a store-context reference as a use of the `groupby` generator, and don't treat references in mutually exclusive `if`/`elif`/`else` branches as multiple uses (465)
* B902: don't raise a false positive on a metaclass defined with a dotted base such as `abc.ABCMeta` or `enum.EnumMeta` (411)
* B913: Add an optional check for unused `_` targets in `zip()` loops (545)
* B912: only emit on Python 3.14+ where `map()` supports `strict=` (548)

25.11.29

* B043: Add new check to state don't call delattr with constant (514)
* B042: ignore overloaded init, ignore if str+pickle dunder, improve README

25.10.21

* B042: New check for reminding to call super().__init__ in custom exceptions
* B028: Skip if skip_file_prefixes is used (503)
* B912: New check for `map()` without an explicit `strict=` parameter. (516)
* Add python3.14 Support / CI
* Remove python3.9 support / CI
* flake8-bugbear now requires at least Python 3.10, like the next release of flake8

24.12.12

* B012 and B025 now also handle try/except* (500)
* Skip B028 if warnings.warn is called with ``*args`` or ``**kwargs`` (501)
* Add B911: itertools.batched without strict= (502)
* Readme has anchors per check (they do not seem to render on GitHub tho)

24.10.31

* B041: New dictionary same key AND value check (496)
* B037: Fix typo in error message
* B024: No longer treats assigned class variables as abstract (471)
* Bump required attrs version to 22.2.0

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)

24.4.26

* B909: Fix false positive affecting containers of mutables (469)

24.4.21

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

24.2.6

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

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.

1 participant