ruff/python/py-fuzzer
David Peter 9c4278da4e Fix tests 2025-10-22 15:56:07 +02:00
..
README.md Update usage instructions and lockfile for py-fuzzer script (#20940) 2025-10-17 15:57:17 +01:00
fuzz.py Fix tests 2025-10-22 15:56:07 +02:00
pyproject.toml Dogfood ty on py-fuzzer in CI (#20946) 2025-10-17 20:30:17 +01:00
uv.lock Update usage instructions and lockfile for py-fuzzer script (#20940) 2025-10-17 15:57:17 +01:00

README.md

py-fuzzer

A fuzzer script to run Ruff executables on randomly generated (but syntactically valid) Python source-code files.

Run uv run --project=./python/py-fuzzer fuzz -h from the repository root for more information and example invocations (requires uv to be installed).