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 ede8a8a commit f428d56Copy full SHA for f428d56
1 file changed
pyproject.toml
@@ -71,7 +71,7 @@ format = { chain = [
71
# run formatting again to fix any inconsistencies when imports are stripped
72
"format:ruff",
73
]}
74
-"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)'"
75
"format:ruff" = "ruff format"
76
77
"lint" = { chain = [
0 commit comments