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 d55ecca commit 26a3693Copy full SHA for 26a3693
python/py-fuzzer/pyproject.toml
@@ -62,6 +62,8 @@ 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
]
68
unfixable = [
69
"F841", # unused variable. ruff keeps the call, but mostly it's best to get rid of it all
0 commit comments