File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ We also include **{pydocstyle}`pydocstyle<>`** conceptually here (or within Topi
120120## Interactions with Other Topics
121121
122122- ** Code Formatting (03):** {ruff}` Ruff<> ` is also the chosen formatter, creating a single tool for style and quality.
123- - ** pyproject.toml (01):** [ :term: ` Ruff ` ] (ruff-documentation ] configuration is primarily in a separate ` .ruff.toml ` file.
123+ - ** pyproject.toml (01):** {ruff} ` Ruff<> ` configuration is primarily in a separate ` .ruff.toml ` file.
124124- ** Documentation (07):** Docstring quality checked by {pydocstyle}` pydocstyle<> ` rules (within {ruff}` Ruff<> ` ) is important for API doc generation.
125125- ** Pre-commit Hooks (18):** {ruff}` Ruff<> ` 's speed makes it an ideal tool for mandated pre-commit linting checks.
126126- ** Task Automation (12):** {nox}` Nox<> ` sessions call ` uv run ruff check ` to run comprehensive linting checks.
You can’t perform that action at this time.
0 commit comments