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 { return {
runCommand: (args) => runPoetryCommand(args), runCommand: (args) => runPoetryCommand(args),
// For poetry, we use the proxy-only approach to block package downloads, // MITM only approach for Poetry
// so we don't need to analyze commands.
isSupportedCommand: () => false, isSupportedCommand: () => false,
getDependencyUpdatesForCommand: () => [], getDependencyUpdatesForCommand: () => [],
}; };