ruff/crates/ruff_shrinking
konsti b56e8ad696
Document formatter error shrinking (#5915)
## Summary

**Don't minimize files that don't match in the first place** This adds a
sanity check to the minimizer script that the
input matches the condition (e.g. unstable formatting). Otherwise we run
through all checks with the whole file, which is extremely slow. It's
more reasonable for downstream usage to write an empty string to the
output file instead.
2023-07-21 11:32:12 +02:00
..
src Document formatter error shrinking (#5915) 2023-07-21 11:32:12 +02:00
Cargo.toml Add a tool for shrinking failing examples (#5731) 2023-07-18 08:03:35 +00:00