Update usage instructions and lockfile for py-fuzzer script (#20940)

This commit is contained in:
Alex Waygood 2025-10-17 15:57:17 +01:00 committed by GitHub
parent 0115fd3757
commit c424007645
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 98 additions and 79 deletions

View file

@ -3,6 +3,6 @@
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
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).