From 3de52a3dd4f339b0f41bd6d6919076b67991ada3 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 28 Sep 2024 21:18:02 +0200 Subject: [PATCH] indent --- py.pi.sh | 70 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/py.pi.sh b/py.pi.sh index 2116578..727aa34 100755 --- a/py.pi.sh +++ b/py.pi.sh @@ -1,37 +1,37 @@ #! /usr/bin/env sh set \ -"pip" \ -"setuptools" \ -"wheel" \ -\ -"uv" \ -\ -"pelican" \ -\ -"hatch" \ -\ -"Sphinx" \ -"sphinx-rtd-theme" \ -\ -"gitlint" \ -\ -"pydoclint" \ -"pylint" \ -"ruff" \ -\ -"pytest" \ -\ -"toml" \ -\ -"twine" \ -\ -"mypy" \ -"pyright" \ -\ -"ruamel.yaml" \ -"PyYAML" \ -"types-PyYAML" \ + "pip" \ + "setuptools" \ + "wheel" \ + \ + "uv" \ + \ + "pelican" \ + \ + "hatch" \ + \ + "Sphinx" \ + "sphinx-rtd-theme" \ + \ + "gitlint" \ + \ + "pydoclint" \ + "pylint" \ + "ruff" \ + \ + "pytest" \ + \ + "toml" \ + \ + "twine" \ + \ + "mypy" \ + "pyright" \ + \ + "ruamel.yaml" \ + "PyYAML" \ + "types-PyYAML" file="$(readlink --canonicalize-existing "${0}")" root="$(dirname "${file}")" @@ -39,12 +39,12 @@ root="${root}/root/py/pi" tmp="${root}/tmp" rm --force --recursive \ -~/.cache/pip "${root}" + ~/.cache/pip "${root}" python3 -m pip \ -download \ ---dest "${root}" \ -"${@}" + download \ + --dest "${root}" \ + "${@}" prefix="Name: " for wheel in "${root}/"*; do