ruff: ignore false positive

This commit is contained in:
Hugo Osvaldo Barrera 2025-08-29 12:33:54 +02:00
parent 29312e87c5
commit 424cfc5799

View file

@ -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.