mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 10:48:32 +00:00
Update python/py-fuzzer/pyproject.toml
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
parent
57bb186fb4
commit
ac185b0bfa
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue