mirror of
https://github.com/astral-sh/ruff
synced 2026-01-09 07:34:06 -05:00
9 lines
316 B
Markdown
9 lines
316 B
Markdown
# 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`](https://github.com/astral-sh/uv) to be installed).
|