mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
ruff: ignore false positive
This commit is contained in:
parent
29312e87c5
commit
424cfc5799
1 changed files with 1 additions and 1 deletions
|
|
@ -382,4 +382,4 @@ def test_component_contains():
|
|||
assert "BAZ" not in item
|
||||
|
||||
with pytest.raises(ValueError):
|
||||
42 in item
|
||||
42 in item # noqa: B015, this check raises.
|
||||
|
|
|
|||
Loading…
Reference in a new issue