Skip to content

Commit 09cbb17

Browse files
chore: format all api.md files
1 parent 89d503b commit 09cbb17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

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

7676
"lint" = { chain = [

0 commit comments

Comments
 (0)