From 6b771e7b19cde2f16fad7cdea89dbaf36f448cdd Mon Sep 17 00:00:00 2001 From: luckas Date: Thu, 12 Sep 2024 05:29:40 +0200 Subject: [PATCH] fix: fmt & lint --- ports/pipi.ts | 4 +++- ports/poetry.ts | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ports/pipi.ts b/ports/pipi.ts index 1e532f6..74eb5fb 100644 --- a/ports/pipi.ts +++ b/ports/pipi.ts @@ -109,7 +109,9 @@ export class Port extends PortBase { await $`${ depExecShimPath(std_ports.cpy_bs_ghrel, "python3", args.depArts) - } -m pip -qq install ${conf.packageName}==${args.installVersion} ${dependencies ?? []}` + } -m pip -qq install ${conf.packageName}==${args.installVersion} ${ + dependencies ?? [] + }` .env( { ...depPathEnvs, diff --git a/ports/poetry.ts b/ports/poetry.ts index 0ff3138..c78cc61 100644 --- a/ports/poetry.ts +++ b/ports/poetry.ts @@ -1,5 +1,4 @@ import { - $, defaultLatestStable, InstallConfigSimple, osXarch,