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 3944f45 commit 2daaf98Copy full SHA for 2daaf98
python/py-fuzzer/pyproject.toml
@@ -62,6 +62,9 @@ ignore = [
62
# These are enforced by, or incompatible with, the ruff formatter:
63
"E203",
64
"E501",
65
+ # Makes code slower and more verbose
66
+ # https://github.com/astral-sh/ruff/issues/7871
67
+ "UP038",
68
]
69
unfixable = [
70
"F841", # unused variable. ruff keeps the call, but mostly it's best to get rid of it all
0 commit comments