Skip to content

Commit 432e13d

Browse files
committed
Revert "docs: fix ruff link"
This reverts commit 17139e4.
1 parent 17139e4 commit 432e13d

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 Topic
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):** `Ruff`{ruff} configuration is primarily in a separate `.ruff.toml` file.
123+
- **pyproject.toml (01):** [:term:`Ruff`](ruff-documentation] 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)