ruff/python/py-fuzzer
हिमांशु 3dbdd2b883 [pyupgrade] Remove non-pep604-isinstance (UP038) (#19156)
## Summary
This PR Removes deprecated UP038 as per instructed in #18727 
closes #18727 
## Test Plan
I have run tests non of them failing 

One Question i have is do we have to document that UP038 is removed?

---------

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Brent Westbrook <36778786+ntBre@users.noreply.github.com>
2025-09-10 09:00:27 -04:00
..
fuzz.py [ty] skip a slow seed in fuzzer (#20161) 2025-08-29 13:59:16 -07:00
pyproject.toml [pyupgrade] Remove non-pep604-isinstance (UP038) (#19156) 2025-09-10 09:00:27 -04: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
uv.lock Bump py-fuzzer Dependencies (#18113) 2025-05-15 10:47:37 -04:00

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).