11 lines
158 B
TOML
11 lines
158 B
TOML
[tools]
|
|
"uv" = "latest"
|
|
"pipx:mpremote" = "latest"
|
|
|
|
[tasks.presto]
|
|
run = '''
|
|
mpremote fs cp records_on_the_day.py :main.py
|
|
mpremote reset
|
|
'''
|
|
dir = "{{cwd}}"
|