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}" list "${uv}"
set \ set \
\ \
"pelican" \ "pelican" \
\ \
"hatch" \ "hatch" \
\ \
"Sphinx" \ "Sphinx" \
"sphinx-rtd-theme" \ "sphinx-rtd-theme" \
\ \
"gitlint" \ "gitlint" \
"pydoclint" \ "pydoclint" \
"pylint" \ "pylint" \
"ruff" \ "ruff" \
\ \
"pytest" \ "pytest" \
\ \
"toml" \ "toml" \
\ \
"twine" \ "twine" \
\ \
"mypy" \ "mypy" \
"pyright" \ "pyright" \
\ \
"ruamel.yaml" \ "ruamel.yaml" \
"PyYAML" \ "PyYAML" \
"types-PyYAML" "types-PyYAML"
uv_install "${@}" uv_install "${@}"