Skip to content

Commit 49f88ab

Browse files
chore: format all api.md files
1 parent 3c3fb55 commit 49f88ab

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

7878
"lint" = { chain = [

0 commit comments

Comments
 (0)