mirror of
https://github.com/astral-sh/ruff
synced 2026-01-07 22:54:28 -05:00
Bump py-fuzzer Dependencies (#18113)
This commit is contained in:
@@ -12,7 +12,7 @@ Example invocations of the script using `uv`:
|
||||
`uvx --from ./python/py-fuzzer fuzz --bin ruff 0-2 78 93`
|
||||
- Run the fuzzer concurrently using seeds in range 0-10 inclusive,
|
||||
but only reporting bugs that are new on your branch:
|
||||
`uvx --from ./python/py-fuzzer fuzz --bin ruff 0-10 --new-bugs-only`
|
||||
`uvx --from ./python/py-fuzzer fuzz --bin ruff 0-10 --only-new-bugs`
|
||||
- Run the fuzzer concurrently on 10,000 different Python source-code files,
|
||||
using a random selection of seeds, and only print a summary at the end
|
||||
(the `shuf` command is Unix-specific):
|
||||
|
||||
Reference in New Issue
Block a user