ruff/python/py-fuzzer
David Peter f8e00e3cd9
[ty] Ignore slow seeds as a temporary measure (#20870)
## Summary

Basically what @AlexWaygood suggested
[here](https://github.com/astral-sh/ruff/pull/20802#issuecomment-3402218389)
(thank you).

## Test Plan

CI on this PR
2025-10-14 20:02:20 +02: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] Ignore slow seeds as a temporary measure (#20870) 2025-10-14 20:02:20 +02:00
pyproject.toml [`pyupgrade`] Remove `non-pep604-isinstance` (`UP038`) (#19156) 2025-09-10 09:00:27 -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).