We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
api.md
1 parent ba06a3e commit 36b3fc5Copy full SHA for 36b3fc5
1 file changed
pyproject.toml
@@ -73,7 +73,7 @@ format = { chain = [
73
# run formatting again to fix any inconsistencies when imports are stripped
74
"format:ruff",
75
]}
76
-"format:docs" = "python scripts/utils/ruffen-docs.py README.md api.md"
+"format:docs" = "bash -c 'python scripts/utils/ruffen-docs.py README.md $(find . -type f -name api.md)'"
77
"format:ruff" = "ruff format"
78
79
"lint" = { chain = [
0 commit comments