From f7e2efa03e026c60d050e81f2e2a25fd42047b40 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 3 Sep 2025 20:39:55 +0200 Subject: [PATCH] resync toml --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9aefd24..f6b41f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,6 +20,7 @@ dev = [ "mkdocs-literate-nav>=0.6.2", "mkdocs-material>=9.6.15", "mkdocstrings[python]>=0.29.1", + "ruff>=0.12.11", ] [tool.setuptools] @@ -27,4 +28,4 @@ package-dir = {"" = "src"} [tool.setuptools.packages.find] exclude = ["test","build"] -where = ["src"] \ No newline at end of file +where = ["src"]