remove extra function call
This commit is contained in:
parent
630e8fffd7
commit
2c0c3320ee
1 changed files with 0 additions and 1 deletions
|
@ -82,6 +82,5 @@ help() {
|
|||
|
||||
format-qmd() {
|
||||
# TODO: add support for outputs
|
||||
jupytext --from qmd $1 --pipe black
|
||||
jupytext --from qmd $1 --pipe black --opt 'notebook_metadata_filter=-all'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue