add fnhelp and switch to ruff
This commit is contained in:
parent
f264a64950
commit
9a9407f7ea
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
# TODO: add support for outputs
|
||||
#!/usr/bin/env zsh
|
||||
##? format-qmd - use jupytext and ruff to format qmd
|
||||
|
||||
jupytext --from qmd $1 --pipe black --opt 'notebook_metadata_filter=-all'
|
||||
jupytext --from qmd $1 --pipe 'ruff format {}' --opt 'notebook_metadata_filter=-all'
|
||||
|
||||
# vim ft=zsh
|
||||
|
|
Loading…
Reference in a new issue