mirror of https://github.com/astral-sh/ruff
The red-knot CLI changed since the fuzzer script was added; update it to work with current red-knot CLI. Also add some notes on how to ensure local changes to the fuzzer script are picked up. |
||
|---|---|---|
| .. | ||
| README.md | ||
| fuzz.py | ||
| pyproject.toml | ||
| uv.lock | ||
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).