Skip to content

Commit bdeffe2

Browse files
committed
docs: fix already broken ruff link
1 parent d5e0f18 commit bdeffe2

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)