mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
Fix format-docs command
This commit is contained in:
parent
881549e83c
commit
bef249e616
1 changed files with 1 additions and 2 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue