From 643e731c3d4bcd98cacb9ea9a3707ab826729b3a Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Fri, 28 Jul 2023 04:23:53 -0400 Subject: [PATCH] Update pyproject.toml Signed-off-by: Jinzhe Zeng --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bb47ffa23..1d33a7cc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -133,8 +133,6 @@ omit = ["*test*"] profile = "black" [tool.ruff] -convention = "numpy" - select = [ "E", # errors "F", # pyflakes @@ -154,3 +152,6 @@ ignore = [ "D213", # multi-line docstring summary should start at the second line "D205", # 1 blank line required between summary line and description ] + +[tool.ruff.pydocstyle] +convention = "numpy"