Skip to content

Commit 79183d4

Browse files
committed
add ruff docstring checker to pyproject.toml
1 parent 46afbc5 commit 79183d4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,6 @@ target-version = "py310"
9797

9898
[tool.ruff.per-file-ignores]
9999
"tests/**" = ["D"]
100+
101+
[tool.ruff.pydocstyle]
102+
convention = "numpy"

0 commit comments

Comments
 (0)