Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jobh committed Feb 27, 2025
1 parent 3168a18 commit 71fa661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypothesis-python/tests/quality/test_float_shrinking.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def test_shrinks_to_canonical_nan(s):
@seed(s)
def sort_is_reversible(l):
# fmt: off
assert sorted(l, reverse=True) == list(reversed(sorted(l)))
assert sorted(l, reverse=True) == list(reversed(sorted(l))) # noqa: C413
# fmt: on

try:
Expand Down

0 comments on commit 71fa661

Please sign in to comment.