mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 10:48:32 +00:00
[ty] Clarify ty check
output default in documentation. (#18246)
Co-authored-by: Micha Reiser <micha@reiser.io>
This commit is contained in:
parent
6df10c638e
commit
029085fa72
2 changed files with 2 additions and 2 deletions
2
crates/ty/docs/cli.md
generated
2
crates/ty/docs/cli.md
generated
|
@ -51,7 +51,7 @@ ty check [OPTIONS] [PATH]...
|
|||
</dd><dt id="ty-check--output-format"><a href="#ty-check--output-format"><code>--output-format</code></a> <i>output-format</i></dt><dd><p>The format to use for printing diagnostic messages</p>
|
||||
<p>Possible values:</p>
|
||||
<ul>
|
||||
<li><code>full</code>: Print diagnostics verbosely, with context and helpful hints</li>
|
||||
<li><code>full</code>: Print diagnostics verbosely, with context and helpful hints [default]</li>
|
||||
<li><code>concise</code>: Print diagnostics concisely, one per line</li>
|
||||
</ul></dd><dt id="ty-check--project"><a href="#ty-check--project"><code>--project</code></a> <i>project</i></dt><dd><p>Run the command within the given project directory.</p>
|
||||
<p>All <code>pyproject.toml</code> files will be discovered by walking up the directory tree from the given project directory, as will the project's virtual environment (<code>.venv</code>) unless the <code>venv-path</code> option is set.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue