We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ddc85 commit 710363fCopy full SHA for 710363f
referencing/tests/test_exceptions.py
@@ -31,4 +31,4 @@ def test_eq_incompatible_types(one, two):
31
32
@pytest.mark.parametrize("thunk", thunks)
33
def test_hash(thunk):
34
- assert thunk() in {thunk()}
+ assert thunk() in {thunk()} # noqa: FURB171
0 commit comments