Some small fixes

This commit is contained in:
Reinier Criel 2025-12-03 07:58:09 -08:00
parent c1a12c9573
commit 82416456a0
2 changed files with 6 additions and 5 deletions

View file

@ -80,7 +80,7 @@ export const knownAikidoTools = [
tool: "poetry",
aikidoCommand: "aikido-poetry",
ecoSystem: ECOSYSTEM_PY,
internalPackageManagerName: "pip",
internalPackageManagerName: "poetry",
},
{
tool: "python",