mirror of https://github.com/astral-sh/uv
Fix format doc mistake (#15433)
This commit is contained in:
parent
330b54b173
commit
f210db0907
|
|
@ -1015,7 +1015,7 @@ pub enum ProjectCommand {
|
|||
/// To check if files are formatted without modifying them, use `--check`. To see a diff of
|
||||
/// formatting changes, use `--diff`.
|
||||
///
|
||||
/// By default, Additional arguments can be passed to Ruff after `--`.
|
||||
/// Additional arguments can be passed to Ruff after `--`.
|
||||
#[command(
|
||||
after_help = "Use `uv help format` for more details.",
|
||||
after_long_help = ""
|
||||
|
|
|
|||
|
|
@ -1850,7 +1850,7 @@ Formats Python code using the Ruff formatter. By default, all Python files in th
|
|||
|
||||
To check if files are formatted without modifying them, use `--check`. To see a diff of formatting changes, use `--diff`.
|
||||
|
||||
By default, Additional arguments can be passed to Ruff after `--`.
|
||||
Additional arguments can be passed to Ruff after `--`.
|
||||
|
||||
<h3 class="cli-reference">Usage</h3>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue