Fix some comments

This commit is contained in:
Reinier Criel 2025-12-01 12:45:06 -08:00
parent a6423763e7
commit 292345f709

View file

@ -10,8 +10,7 @@ export function createPoetryPackageManager() {
return {
runCommand: (args) => runPoetryCommand(args),
// For poetry, we use the proxy-only approach to block package downloads,
// so we don't need to analyze commands.
// MITM only approach for Poetry
isSupportedCommand: () => false,
getDependencyUpdatesForCommand: () => [],
};