ruff/python/py-fuzzer
Alex Waygood d324cedfc2
[ty] Remove py-fuzzer skips for seeds that are no longer slow (#19906)
2025-08-14 00:23:45 +01:00
..
README.md py-fuzzer: recommend using `uvx` rather than `uv run` to run the fuzzer (#14645) 2024-11-27 22:19:52 +00:00
fuzz.py [ty] Remove py-fuzzer skips for seeds that are no longer slow (#19906) 2025-08-14 00:23:45 +01:00
pyproject.toml Bump `py-fuzzer` Dependencies (#18113) 2025-05-15 10:47:37 -04:00
uv.lock Bump `py-fuzzer` Dependencies (#18113) 2025-05-15 10:47:37 -04:00

README.md

py-fuzzer

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

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