More cleanup'

This commit is contained in:
Reinier Criel 2025-11-25 15:03:33 -08:00
parent e03bceba88
commit 5cb1bb935b

View file

@ -12,7 +12,7 @@ export function createUvPackageManager() {
// uv is always invoked as 'uv' - no invocation variations like pip
return runUv("uv", args);
},
// For uv, rely solely on MITM proxy to detect/deny downloads from PyPI.
// For uv, rely solely on MITM
isSupportedCommand: () => false,
getDependencyUpdatesForCommand: () => [],
};