diff --git a/pyproject.toml b/pyproject.toml index ed0471bc..c448ac80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -206,3 +206,6 @@ section-order = [ "geopandas.tests", "geopandas.testing", ] + +[tool.ruff.lint.pydocstyle] +convention = "numpy"