mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-28 12:55:05 +00:00
Use "Ruff" instead of "uv" for src
setting docs (#14121)
## Summary
From
15aa5a6d57
This commit is contained in:
parent
34b6a9b909
commit
4ece8e5c1e
2 changed files with 2 additions and 2 deletions
|
@ -339,7 +339,7 @@ pub struct Options {
|
|||
/// 1. The directory containing the nearest `pyproject.toml`, `ruff.toml`, or `.ruff.toml` file (the "project root").
|
||||
/// 2. The `"src"` subdirectory of the project root.
|
||||
///
|
||||
/// These defaults ensure that uv supports both flat layouts and `src` layouts out-of-the-box.
|
||||
/// These defaults ensure that Ruff supports both flat layouts and `src` layouts out-of-the-box.
|
||||
/// (If a configuration file is explicitly provided (e.g., via the `--config` command-line
|
||||
/// flag), the current working directory will be considered the project root.)
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue