mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-08 12:48:41 +00:00
8 lines
310 B
Markdown
8 lines
310 B
Markdown
# 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`](https://github.com/astral-sh/uv) to be installed).
|