Skip to content

Commit

Permalink
LINT: indicate numpy docstrings for ruff pydocstyle rules (#507)
Browse files Browse the repository at this point in the history
STYLE: indicate numpy docstrings for ruff pydocstyle rules
  • Loading branch information
jorisvandenbossche authored Dec 8, 2024
1 parent e96c532 commit ed39ad7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -206,3 +206,6 @@ section-order = [
"geopandas.tests",
"geopandas.testing",
]

[tool.ruff.lint.pydocstyle]
convention = "numpy"

0 comments on commit ed39ad7

Please sign in to comment.