You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/topics/04_code-linting.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ We also include **`pydocstyle`{pydocstyle-documentation}** conceptually here (or
120
120
## Interactions with Other Topics
121
121
122
122
-**Code Formatting (03):**`Ruff`{ruff-documentation} is also the chosen formatter, creating a single tool for style and quality.
123
-
-**pyproject.toml (01):**`Ruff`{ruff-documentation} 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.
124
124
-**Documentation (07):** Docstring quality checked by `pydocstyle`{pydocstyle-documentation} rules (within `Ruff`{ruff-documentation}) is important for API doc generation.
125
125
-**Pre-commit Hooks (18):**`Ruff`{ruff-documentation}'s speed makes it an ideal tool for mandated pre-commit linting checks.
126
126
-**Task Automation (12):**`Nox`{nox-documentation} sessions call `uv run ruff check` to run comprehensive linting checks.
0 commit comments