Skip to content

Commit 2daaf98

Browse files
authored
Discard changes to python/py-fuzzer/pyproject.toml
1 parent 3944f45 commit 2daaf98

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python/py-fuzzer/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ 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
67+
"UP038",
6568
]
6669
unfixable = [
6770
"F841", # unused variable. ruff keeps the call, but mostly it's best to get rid of it all

0 commit comments

Comments
 (0)