formatting

This commit is contained in:
Daylin Morgan 2022-08-30 23:08:41 -05:00
parent 2201bd06f9
commit e950281dd9
4 changed files with 11 additions and 13 deletions

View File

@ -58,4 +58,3 @@ alias pdm-start='eval "$(pdm shell)"'
alias mkrt='make -C $(git rev-parse --show-toplevel)'
alias mk="make"
alias mkc="make -C"

View File

@ -83,4 +83,3 @@ help() {
format-qmd() {
jupytext --from qmd $1 --pipe black
}