mirror of
https://github.com/astral-sh/ruff.git
synced 2025-11-22 21:25:27 +00:00
Update usage instructions and lockfile for py-fuzzer script (#20940)
This commit is contained in:
parent
0115fd3757
commit
c424007645
6 changed files with 98 additions and 79 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue