Skip to content

Commit f428d56

Browse files
chore: format all api.md files
1 parent ede8a8a commit f428d56

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
@@ -71,7 +71,7 @@ format = { chain = [
7171
# run formatting again to fix any inconsistencies when imports are stripped
7272
"format:ruff",
7373
]}
74-
"format:docs" = "python scripts/utils/ruffen-docs.py README.md api.md"
74+
"format:docs" = "bash -c 'python scripts/utils/ruffen-docs.py README.md $(find . -type f -name api.md)'"
7575
"format:ruff" = "ruff format"
7676

7777
"lint" = { chain = [

0 commit comments

Comments
 (0)