tabs
This commit is contained in:
parent
d6dd102a7c
commit
6491592e72
1 changed files with 25 additions and 25 deletions
50
re.sh
50
re.sh
|
@ -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 "${@}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue