ruff/crates/ruff_cli/src
Zanie Blue ddffadb4b0
When only unsafe fixes are available, include note that no fixes are available first (#7950)
I believe this is a bit clearer.

When no fixes are available (safe _and_ unsafe) we will not include a
message at all.
2023-10-13 12:43:13 -05:00
..
bin Replace .map_or(false, $closure) with .is_some_and(closure) (#6244) 2023-08-01 19:29:42 +02:00
commands Update CLI to respect fix applicability (#7769) 2023-10-06 03:41:43 +00:00
args.rs Update CLI to respect fix applicability (#7769) 2023-10-06 03:41:43 +00:00
cache.rs Update CLI to respect fix applicability (#7769) 2023-10-06 03:41:43 +00:00
diagnostics.rs Update CLI to respect fix applicability (#7769) 2023-10-06 03:41:43 +00:00
lib.rs Less scary ruff format message (#7867) 2023-10-11 11:46:41 +00:00
panic.rs Disallow unreachable_pub (#4314) 2023-05-11 18:00:00 -04:00
printer.rs When only unsafe fixes are available, include note that no fixes are available first (#7950) 2023-10-13 12:43:13 -05:00
resolve.rs Rename ConfigProcessor to ConfigurationTransformer (#7536) 2023-09-20 14:17:06 +00:00
stdin.rs Move stdin formatting to its own command file (#6981) 2023-08-29 16:06:10 +00:00