Skip to content

Commit e67fa69

Browse files
chore: format all api.md files
1 parent cf04361 commit e67fa69

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
@@ -110,7 +110,7 @@ format = { chain = [
110110
# run formatting again to fix any inconsistencies when imports are stripped
111111
"format:ruff",
112112
]}
113-
"format:docs" = "python scripts/utils/ruffen-docs.py README.md api.md"
113+
"format:docs" = "bash -c 'python scripts/utils/ruffen-docs.py README.md $(find . -type f -name api.md)'"
114114
"format:ruff" = "ruff format"
115115

116116
"lint" = { chain = [

0 commit comments

Comments
 (0)