ruff/crates/ruff_cli
Micha Reiser 47a253fb62
Add PreviewMode option to formatter
## Summary

This PR adds the `--preview` and `--no-preview` options to the `format` command (hidden) and passes it through to the formatte. 

## Test Plan

I added the `dbg(f.options().preview())` statement in `FormatNodeRule::fmt` and verified that the option gets correctly passed to the formatter.
2023-09-08 12:04:28 +02:00
..
resources/test/fixtures Include file permissions in key for cached files (#5901) 2023-07-25 17:06:47 +00:00
src Add PreviewMode option to formatter 2023-09-08 12:04:28 +02:00
tests Use insta_cmd (#6737) 2023-09-05 12:21:27 +00:00
Cargo.toml Use insta_cmd (#6737) 2023-09-05 12:21:27 +00:00