Skip to content

Commit 710363f

Browse files
committed
Style noise.
1 parent 18ddc85 commit 710363f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

referencing/tests/test_exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ def test_eq_incompatible_types(one, two):
3131

3232
@pytest.mark.parametrize("thunk", thunks)
3333
def test_hash(thunk):
34-
assert thunk() in {thunk()}
34+
assert thunk() in {thunk()} # noqa: FURB171

0 commit comments

Comments
 (0)