ruff/crates/ruff_cli
Charlie Marsh 732b0405d7
Remove FixMode::None (#5087)
## Summary

We now _always_ generate fixes, so `FixMode::None` and
`FixMode::Generate` are redundant. We can also remove the TODO around
`--fix-dry-run`, since that's our default behavior.

Closes #5081.
2023-06-14 11:17:09 -04:00
..
src Remove FixMode::None (#5087) 2023-06-14 11:17:09 -04:00
tests Replace deletion-tracking with enforced isolation levels (#4766) 2023-06-02 02:45:56 +00:00
Cargo.toml Use consistent Cargo.toml metadata in all crates (#5015) 2023-06-12 00:02:40 +00:00