From 72d8c8fcf96b630eaf05f81425efb4ec545eae44 Mon Sep 17 00:00:00 2001 From: Guillaume Mulocher Date: Wed, 11 Sep 2024 15:13:42 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 290af3f0c..cfcbdb6d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -328,6 +328,9 @@ target-version = "py39" [tool.ruff.lint] # select all cause we like being suffering select = ["ALL", + # By enabling a convention for docstrings, ruff automatically ignore some rules that need to be + # added back if we want them. + # https://docs.astral.sh/ruff/faq/#does-ruff-support-numpy-or-google-style-docstrings # TODO: Augment the numpy convention rules to make sure we add all the params # Uncomment below D417 "D415",