mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-31 23:57:54 +00:00
py-fuzzer: recommend using uvx
rather than uv run
to run the fuzzer (#14645)
This commit is contained in:
parent
6d61c8aa16
commit
f1b2e85339
5 changed files with 10 additions and 12 deletions
|
@ -62,7 +62,7 @@ To run the fuzzer, execute the following command
|
|||
(requires [`uv`](https://github.com/astral-sh/uv) to be installed):
|
||||
|
||||
```sh
|
||||
uv run --no-project --with ./python/py-fuzzer fuzz
|
||||
uvx --from ./python/py-fuzzer fuzz
|
||||
```
|
||||
|
||||
Refer to the [py-fuzzer](https://github.com/astral-sh/ruff/blob/main/python/py-fuzzer/fuzz.py)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue