ruff/crates/ruff_cli/src
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
..
bin Add support for providing command-line arguments via argfile (#4087) 2023-04-25 17:58:21 -06:00
commands Remove FixMode::None (#5087) 2023-06-14 11:17:09 -04:00
args.rs Use a separate PrinterFlag for including fix diffs (#4615) 2023-05-24 10:22:37 -04:00
cache.rs Rename ruff_python_semantic's Context struct to SemanticModel (#4565) 2023-05-22 02:35:03 +00:00
diagnostics.rs Remove FixMode::None (#5087) 2023-06-14 11:17:09 -04:00
lib.rs Remove FixMode::None (#5087) 2023-06-14 11:17:09 -04:00
panic.rs Disallow unreachable_pub (#4314) 2023-05-11 18:00:00 -04:00
printer.rs Remove FixMode::None (#5087) 2023-06-14 11:17:09 -04:00
resolve.rs Disallow unreachable_pub (#4314) 2023-05-11 18:00:00 -04:00