ruff/python/py-fuzzer
Alex Waygood 42adfd40ea
Run py-fuzzer with `--profile=profiling` locally and in CI (#21266)
2025-11-03 16:53:42 -05:00
..
README.md Update usage instructions and lockfile for py-fuzzer script (#20940) 2025-10-17 15:57:17 +01:00
fuzz.py Run py-fuzzer with `--profile=profiling` locally and in CI (#21266) 2025-11-03 16:53:42 -05: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).