Update dependency flake8-bugbear to v24 #15
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/flake8-bugbear-24.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
~=20.1.4->~=24.4.26Release Notes
PyCQA/flake8-bugbear (flake8-bugbear)
v24.4.26: 24.4.6Compare Source
v24.4.21Compare Source
v24.2.6Compare Source
v24.1.17Compare Source
v24.1.16Compare Source
raisestatements raising something other thanv24.1.15Compare Source
v23.12.2Compare Source
v23.11.28Compare Source
v23.11.26Compare Source
directly from pytest (#424)
is an attribute (#420)
v23.9.16Compare Source
v23.7.10Compare Source
check.
v23.6.5Compare Source
v23.5.9Compare Source
v23.3.23Compare Source
except a[0].b:)v23.3.12Compare Source
strip()method on an imported module.v23.2.13Compare Source
visit_Bytes,visit_Numandvisit_Strto the list ofvisit_*functions that are ignored by the B906 check. The
ast.Bytes,ast.Numandast.Strnodes are all deprecated, but may still be used by some codebases inorder to maintain backwards compatibility with Python 3.7.
exceptwith an empty tuple i.e.except: ().v23.1.20Compare Source
pytest.raises()has amatchargument. (#334)visit_functions with a_fieldsattribute that can't contain ast.AST subnodes. (#330)v23.1.17Compare Source
v23.1.14Compare Source
visit_function with no further calls to avisitfunction. (#313)!rwhen formatted value in f-string is surrounded by quotes. (#319)v22.12.6Compare Source
zip()without an explicitstrict=parameter. (#314)v22.10.27Compare Source
v22.10.25Compare Source
tox(#294)pyproject.tomlpackage (#291)v22.9.23Compare Source
v22.9.11Compare Source
v22.8.23Compare Source
v22.8.22Compare Source
v22.7.1Compare Source
v22.6.22Compare Source
v22.4.25Compare Source
v22.3.23Compare Source
v22.3.20Compare Source
v22.1.11Compare Source
v21.11.29Compare Source
v21.11.28Compare Source
binascii.Erroris now treated as a subclass ofValueError(#206)v21.9.2Compare Source
v21.9.1Compare Source
raisewithoutfromin anexceptclause (#181)v21.4.3Compare Source
Verify the element in item_context.args is of type ast.Name for b017
v21.4.2Compare Source
v21.4.1Compare Source
Happy April Fools! This is no joke, it's a real release.
Catching them all is bad!
v21.3.2Compare Source
v21.3.1Compare Source
v20.11.1Compare Source
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.
This PR has been generated by Renovate Bot.