forked from Mirrors/cloudflare-ddns-docker
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.26
Release Notes
PyCQA/flake8-bugbear (flake8-bugbear)
v24.4.26
: 24.4.6Compare Source
v24.4.21
Compare Source
v24.2.6
Compare Source
v24.1.17
Compare Source
v24.1.16
Compare Source
raise
statements raising something other thanv24.1.15
Compare Source
v23.12.2
Compare Source
v23.11.28
Compare Source
v23.11.26
Compare Source
directly from pytest (#424)
is an attribute (#420)
v23.9.16
Compare Source
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)v22.12.6
Compare Source
zip()
without an explicitstrict=
parameter. (#314)v22.10.27
Compare Source
v22.10.25
Compare Source
tox
(#294)pyproject.toml
package (#291)v22.9.23
Compare Source
v22.9.11
Compare Source
v22.8.23
Compare Source
v22.8.22
Compare Source
v22.7.1
Compare Source
v22.6.22
Compare Source
v22.4.25
Compare Source
v22.3.23
Compare Source
v22.3.20
Compare Source
v22.1.11
Compare Source
v21.11.29
Compare Source
v21.11.28
Compare Source
binascii.Error
is now treated as a subclass ofValueError
(#206)v21.9.2
Compare Source
v21.9.1
Compare Source
raise
withoutfrom
in anexcept
clause (#181)v21.4.3
Compare Source
Verify the element in item_context.args is of type ast.Name for b017
v21.4.2
Compare Source
v21.4.1
Compare Source
Happy April Fools! This is no joke, it's a real release.
Catching them all is bad!
v21.3.2
Compare Source
v21.3.1
Compare Source
v20.11.1
Compare 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.