ruff/crates/ruff_cli
Charlie Marsh 5de95d7054
Reuse FormatResult and FormatterIterationError in format_stdin.rs (#6985)
## Summary

Ensures that we use the same error types and messages. Also renames
those struct to `FormatCommand*` for consistency, and removes the
`FormatCommandResult::Skipped` variant in favor of skipping in the
iterator directly.
2023-08-29 17:41:53 +00:00
..
resources/test/fixtures Include file permissions in key for cached files (#5901) 2023-07-25 17:06:47 +00:00
src Reuse FormatResult and FormatterIterationError in format_stdin.rs (#6985) 2023-08-29 17:41:53 +00:00
tests Respect .ipynb and .pyi sources when linting from stdin (#6628) 2023-08-16 20:33:59 +00:00
Cargo.toml Add a --check flag to the formatter CLI (#6982) 2023-08-29 12:40:00 -04:00