We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
api.md
1 parent cf04361 commit e67fa69Copy full SHA for e67fa69
pyproject.toml
@@ -110,7 +110,7 @@ format = { chain = [
110
# run formatting again to fix any inconsistencies when imports are stripped
111
"format:ruff",
112
]}
113
-"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)'"
114
"format:ruff" = "ruff format"
115
116
"lint" = { chain = [
0 commit comments