From 032fd83f13b5b0296508a1a842a922f948815079 Mon Sep 17 00:00:00 2001 From: alex-ong Date: Sat, 30 Dec 2023 16:20:58 +1100 Subject: [PATCH] ci: enforce comments on all code --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3de3aa9..360f6b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,8 +20,8 @@ ignore = ["SIM108"] docstring-code-format = true # Todo: unmark this once we hit 100% comments -#[tool.ruff.lint] -#select = ["D"] +[tool.ruff.lint] +select = ["D"] [tool.ruff.lint.pydocstyle] convention = "google"