We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1d9e8c commit ecf6fc1Copy full SHA for ecf6fc1
1 file changed
pyproject.toml
@@ -144,11 +144,13 @@ legacy_tox_ini = """
144
jupyter nbconvert {toxinidir}/notebooks/*.ipynb --to markdown --output-dir={toxinidir}/docs/notebooks
145
cp {toxinidir}/notebooks/README.md {toxinidir}/docs/notebooks/README.md
146
python {toxinidir}/docs/notebooks/update_notebook_links.py {toxinidir}/docs/notebooks
147
+ npx prettier@3.1.0 --write --quote-props=as-needed {toxinidir}/docs/notebooks/*.md
148
mkdocs build
149
extras =
150
docs
151
allowlist_externals =
152
cp
153
+ npx
154
155
[tox]
156
env_list =
0 commit comments