Skip to content

Commit 36b3fc5

Browse files
chore: format all api.md files
1 parent ba06a3e commit 36b3fc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ format = { chain = [
7373
# run formatting again to fix any inconsistencies when imports are stripped
7474
"format:ruff",
7575
]}
76-
"format:docs" = "python scripts/utils/ruffen-docs.py README.md api.md"
76+
"format:docs" = "bash -c 'python scripts/utils/ruffen-docs.py README.md $(find . -type f -name api.md)'"
7777
"format:ruff" = "ruff format"
7878

7979
"lint" = { chain = [

0 commit comments

Comments
 (0)