Fix format-docs command

This commit is contained in:
Šarūnas Nejus 2025-11-11 04:03:52 +00:00
parent 881549e83c
commit bef249e616
No known key found for this signature in database

View file

@ -227,7 +227,7 @@ cmd = "ruff format"
[tool.poe.tasks.format-docs] [tool.poe.tasks.format-docs]
help = "Format the documentation" help = "Format the documentation"
cmd = "docstrfmt" cmd = "docstrfmt docs *.rst"
[tool.poe.tasks.lint] [tool.poe.tasks.lint]
help = "Check the code for linting issues. Accepts ruff options." help = "Check the code for linting issues. Accepts ruff options."
@ -285,7 +285,6 @@ extend-exclude = [
"docs/api/**/*", "docs/api/**/*",
"README_kr.rst", "README_kr.rst",
] ]
files = ["docs", "*.rst"]
[tool.ruff] [tool.ruff]
target-version = "py39" target-version = "py39"