Skip to content

Commit de7c6c1

Browse files
committed
docs: manually fix ruff link
1 parent 931cfcb commit de7c6c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/04_code-linting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)