This website requires JavaScript.
Explore
Help
Sign In
Python
/
ruff
Watch
1
Star
0
Fork
0
You've already forked ruff
mirror of
https://github.com/astral-sh/ruff
synced
2026-01-11 08:34:29 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
12486315fbe6afdfc647ff10dc30419e088efda4
ruff
/
fuzz
/
fuzz_targets
History
Micha Reiser
fe7d965334
Reduce
Result<Tok, LexicalError>
size by using
Box<str>
instead of
String
(
#9885
)
2024-02-08 20:36:22 +00:00
..
ruff_fix_validity.rs
Introduce
LinterSettings
2023-09-20 17:02:34 +02:00
ruff_formatter_idempotency.rs
Add a idempotent fuzz_target for ruff_python_formatter (
#9448
)
2024-01-11 08:55:59 +01:00
ruff_formatter_validity.rs
Add a idempotent fuzz_target for ruff_python_formatter (
#9448
)
2024-01-11 08:55:59 +01:00
ruff_parse_idempotency.rs
Remove source path from parser errors (
#9322
)
2023-12-30 20:33:05 +00:00
ruff_parse_simple.rs
Reduce
Result<Tok, LexicalError>
size by using
Box<str>
instead of
String
(
#9885
)
2024-02-08 20:36:22 +00:00