ruff/crates/ruff_cli/src
Micha Reiser e561f5783b
Fix(vscode): Respect line length ruff.toml configuration (#7306)
2023-09-12 15:31:47 +00:00
..
bin Replace `.map_or(false, $closure)` with `.is_some_and(closure)` (#6244) 2023-08-01 19:29:42 +02:00
commands Fix(vscode): Respect line length ruff.toml configuration (#7306) 2023-09-12 15:31:47 +00:00
args.rs Display the `--preview` option in the CLI help menu (#7274) 2023-09-11 18:09:58 -05:00
cache.rs Add `NotebookIndex` to the cache (#6863) 2023-09-12 18:29:03 +05:30
diagnostics.rs Add `NotebookIndex` to the cache (#6863) 2023-09-12 18:29:03 +05:30
lib.rs Refactor ruff_cli's run method to return on each branch (#7040) 2023-09-01 14:15:38 +01:00
panic.rs Disallow `unreachable_pub` (#4314) 2023-05-11 18:00:00 -04:00
printer.rs Add `NotebookIndex` to the cache (#6863) 2023-09-12 18:29:03 +05:30
resolve.rs Move `Configuration` to `ruff_workspace` crate (#6920) 2023-08-28 06:21:35 +00:00
stdin.rs Move stdin formatting to its own command file (#6981) 2023-08-29 16:06:10 +00:00