We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
api.md
1 parent 1941e5f commit eab4595Copy full SHA for eab4595
1 file changed
pyproject.toml
@@ -76,7 +76,7 @@ format = { chain = [
76
# run formatting again to fix any inconsistencies when imports are stripped
77
"format:ruff",
78
]}
79
-"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)'"
80
"format:ruff" = "ruff format"
81
82
"lint" = { chain = [
0 commit comments