Skip to content

Commit ed39ad7

Browse files
LINT: indicate numpy docstrings for ruff pydocstyle rules (#507)
STYLE: indicate numpy docstrings for ruff pydocstyle rules
1 parent e96c532 commit ed39ad7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,3 +206,6 @@ section-order = [
206206
"geopandas.tests",
207207
"geopandas.testing",
208208
]
209+
210+
[tool.ruff.lint.pydocstyle]
211+
convention = "numpy"

0 commit comments

Comments
 (0)