Skip to content

Commit 7591719

Browse files
chore: format all api.md files
1 parent 2d6500f commit 7591719

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

8282
"lint" = { chain = [

0 commit comments

Comments
 (0)