We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4179d31 commit 2e2d028Copy full SHA for 2e2d028
1 file changed
test/unit/test_fuzz_preserve.py
@@ -90,6 +90,9 @@ def test_against_js(self):
90
# Given the types we saw for params or results, look in detail for the
91
# things we expect to see.
92
def found_expected(self, data):
93
+ # The many returns here seem to be the best way to write this code.
94
+ # ruff: noqa: PLR0911
95
+
96
# Look for significant variety.
97
if len(data) < 5:
98
return False
0 commit comments