From bef249e61607d7add10774c0b9472a3aa5028a24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0ar=C5=ABnas=20Nejus?= Date: Tue, 11 Nov 2025 04:03:52 +0000 Subject: [PATCH] Fix format-docs command --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 85a542282..e4b69b7f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -227,7 +227,7 @@ cmd = "ruff format" [tool.poe.tasks.format-docs] help = "Format the documentation" -cmd = "docstrfmt" +cmd = "docstrfmt docs *.rst" [tool.poe.tasks.lint] help = "Check the code for linting issues. Accepts ruff options." @@ -285,7 +285,6 @@ extend-exclude = [ "docs/api/**/*", "README_kr.rst", ] -files = ["docs", "*.rst"] [tool.ruff] target-version = "py39"