This commit is contained in:
Marc Beninca 2024-09-28 22:47:29 +02:00
parent d6dd102a7c
commit 6491592e72
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

50
re.sh
View file

@ -77,31 +77,31 @@ pip_install "uv"
list "${uv}"
set \
\
"pelican" \
\
"hatch" \
\
"Sphinx" \
"sphinx-rtd-theme" \
\
"gitlint" \
"pydoclint" \
"pylint" \
"ruff" \
\
"pytest" \
\
"toml" \
\
"twine" \
\
"mypy" \
"pyright" \
\
"ruamel.yaml" \
"PyYAML" \
"types-PyYAML"
\
"pelican" \
\
"hatch" \
\
"Sphinx" \
"sphinx-rtd-theme" \
\
"gitlint" \
"pydoclint" \
"pylint" \
"ruff" \
\
"pytest" \
\
"toml" \
\
"twine" \
\
"mypy" \
"pyright" \
\
"ruamel.yaml" \
"PyYAML" \
"types-PyYAML"
uv_install "${@}"