Update dependency flake8-bugbear to v23 - autoclosed #17
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/flake8-bugbear-23.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:
==22.12.6
->==23.7.10
Release Notes
PyCQA/flake8-bugbear (flake8-bugbear)
v23.7.10
Compare Source
check.
v23.6.5
Compare Source
v23.5.9
Compare Source
v23.3.23
Compare Source
except a[0].b:
)v23.3.12
Compare Source
strip()
method on an imported module.v23.2.13
Compare Source
visit_Bytes
,visit_Num
andvisit_Str
to the list ofvisit_*
functions that are ignored by the B906 check. The
ast.Bytes
,ast.Num
andast.Str
nodes are all deprecated, but may still be used by some codebases inorder to maintain backwards compatibility with Python 3.7.
except
with an empty tuple i.e.except: ()
.v23.1.20
Compare Source
pytest.raises()
has amatch
argument. (#334)visit_
functions with a_fields
attribute that can't contain ast.AST subnodes. (#330)v23.1.17
Compare Source
v23.1.14
Compare Source
visit_
function with no further calls to avisit
function. (#313)!r
when formatted value in f-string is surrounded by quotes. (#319)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.
32769c7964
tof5d5975b54
f5d5975b54
toe9a222daf9
e9a222daf9
to3ad7f3e59e
Update dependency flake8-bugbear to v23to Update dependency flake8-bugbear to v23 - autoclosedPull request closed