We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
api.md
1 parent 3c3fb55 commit 49f88abCopy full SHA for 49f88ab
1 file changed
pyproject.toml
@@ -72,7 +72,7 @@ format = { chain = [
72
# run formatting again to fix any inconsistencies when imports are stripped
73
"format:ruff",
74
]}
75
-"format:docs" = "python scripts/utils/ruffen-docs.py README.md api.md"
+"format:docs" = "bash -c 'python scripts/utils/ruffen-docs.py README.md $(find . -type f -name api.md)'"
76
"format:ruff" = "ruff format"
77
78
"lint" = { chain = [
0 commit comments