format
This commit is contained in:
parent
e5dcd09807
commit
59141c8874
2 changed files with 3 additions and 4 deletions
|
@ -11,4 +11,3 @@ unclutter --timeout 1 &
|
|||
~/.config/qtile/.colors/colors.py
|
||||
|
||||
SKIP_WM_RESET=1 autorandr -c --default default
|
||||
|
||||
|
|
|
@ -81,7 +81,7 @@ 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'
|
||||
# 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