From 502650cf10a57779843a45decd99b9aae9bcd98e Mon Sep 17 00:00:00 2001
From: Anton Tetov <anton@tetov.se>
Date: Wed, 28 Sep 2022 21:52:42 +0200
Subject: [PATCH] tooling

---
 pyproject.toml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pyproject.toml b/pyproject.toml
index 8e1df63..2ce2817 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"]
-- 
GitLab