[presto] Migrate to use uv-based env

This commit is contained in:
Claudio Ortolina
2026-05-15 10:45:17 +01:00
parent afb0d10bcc
commit 33985cd742
5 changed files with 295 additions and 10 deletions
+6 -2
View File
@@ -1,7 +1,8 @@
[settings]
python.uv_venv_auto = "source"
[tools]
"uv" = "latest"
"pipx:mpremote" = "latest"
"pipx:pimoroni-emulator" = "latest"
[tasks.presto]
run = '''
@@ -17,3 +18,6 @@ mpremote reset
[tasks.emulator]
run = 'pimoroni-emulator --device presto main.py'
[tasks.test]
run = 'pytest tests/ -v'