We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
api.md
1 parent 89d503b commit 09cbb17Copy full SHA for 09cbb17
1 file changed
pyproject.toml
@@ -70,7 +70,7 @@ format = { chain = [
70
# run formatting again to fix any inconsistencies when imports are stripped
71
"format:ruff",
72
]}
73
-"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)'"
74
"format:ruff" = "ruff format"
75
76
"lint" = { chain = [
0 commit comments