diff --git a/pyproject.toml b/pyproject.toml index 8e1df630120999d6ab0430f23ae32817c25452f0..2ce2817cb0326b5a791f82024de2d3d03d8159f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,3 +27,9 @@ isort = "^5.10.1" [tool.isort] profile = "black" + +[tool.pydocstyle] +convention = "numpy" + +[tool.pytest.ini_options] +testpaths = ["tests"]