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-17 11:30:50 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0.9.1
ruff
/
fuzz
/
fuzz_targets
History
Micha Reiser
2f85749fa0
type: ignore[codes]
and
knot: ignore
(
#15078
)
2024-12-23 10:52:43 +01:00
..
red_knot_check_invalid_syntax.rs
type: ignore[codes]
and
knot: ignore
(
#15078
)
2024-12-23 10:52:43 +01: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
Simplify
LinterResult
, avoid cloning
ParseError
(
#11903
)
2024-06-27 13:44:11 +02:00
ruff_parse_idempotency.rs
Remove source path from parser errors (
#9322
)
2023-12-30 20:33:05 +00:00
ruff_parse_simple.rs
Extract
LineIndex
independent methods from
Locator
(
#13938
)
2024-10-28 07:53:41 +00:00