Skip to content

Commit 26a3693

Browse files
committed
revert last commit
1 parent d55ecca commit 26a3693

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/py-fuzzer/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ ignore = [
6262
# These are enforced by, or incompatible with, the ruff formatter:
6363
"E203",
6464
"E501",
65+
# Makes code slower and more verbose
66+
# https://github.com/astral-sh/ruff/issues/7871
6567
]
6668
unfixable = [
6769
"F841", # unused variable. ruff keeps the call, but mostly it's best to get rid of it all

0 commit comments

Comments
 (0)