Update python/py-fuzzer/pyproject.toml

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
हिमांशु 2025-07-07 22:47:51 +05:30 committed by GitHub
parent 57bb186fb4
commit ac185b0bfa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -62,8 +62,6 @@ ignore = [
# These are enforced by, or incompatible with, the ruff formatter:
"E203",
"E501",
# Makes code slower and more verbose
# https://github.com/astral-sh/ruff/issues/7871
]
unfixable = [
"F841", # unused variable. ruff keeps the call, but mostly it's best to get rid of it all