ruff/python/py-fuzzer
2025-10-18 15:42:39 +01:00
..
fuzz.py Run py-fuzzer using Python 3.14 in CI (#20957) 2025-10-18 15:42:39 +01:00
pyproject.toml Dogfood ty on py-fuzzer in CI (#20946) 2025-10-17 20:30:17 +01:00
README.md Update usage instructions and lockfile for py-fuzzer script (#20940) 2025-10-17 15:57:17 +01:00
uv.lock Update usage instructions and lockfile for py-fuzzer script (#20940) 2025-10-17 15:57:17 +01:00

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).