mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
More cleanup'
This commit is contained in:
parent
e03bceba88
commit
5cb1bb935b
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ export function createUvPackageManager() {
|
||||||
// uv is always invoked as 'uv' - no invocation variations like pip
|
// uv is always invoked as 'uv' - no invocation variations like pip
|
||||||
return runUv("uv", args);
|
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,
|
isSupportedCommand: () => false,
|
||||||
getDependencyUpdatesForCommand: () => [],
|
getDependencyUpdatesForCommand: () => [],
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue