From 3d3b17cbc76c969891f2b8f5f829f85b7d878510 Mon Sep 17 00:00:00 2001 From: dangotbanned <125183946+dangotbanned@users.noreply.github.com> Date: Tue, 23 Jul 2024 11:00:40 +0100 Subject: [PATCH] ci(ruff): Remove stale `docstring-code-format` comment I left this as a TODO during #3493 and only spotted it after merging --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 285beda63..9be1dfbdd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -365,7 +365,6 @@ quote-style = "double" indent-style = "space" skip-magic-trailing-comma = false line-ending = "lf" -# Enable once `D` are applied to non-generated code # https://docs.astral.sh/ruff/formatter/#docstring-formatting docstring-code-format = true docstring-code-line-length = 88