mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-23 16:51:58 +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
|
@ -62,7 +62,7 @@ To run the fuzzer, execute the following command
|
|||
(requires [`uv`](https://github.com/astral-sh/uv) to be installed):
|
||||
|
||||
```sh
|
||||
uvx --from ./python/py-fuzzer fuzz
|
||||
uv run --project=./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