feat: use rye instead of pyenv, pipx
parent
881feb4981
commit
56d01d7b4c
|
@ -688,18 +688,20 @@
|
||||||
>
|
>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/pyenv/pyenv"
|
<a href="https://github.com/astral-sh/rye"
|
||||||
>https://github.com/pyenv/pyenv</a
|
>https://github.com/astral-sh/rye</a
|
||||||
>
|
>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
|
||||||
<a href="https://github.com/pypa/pipx">https://github.com/pypa/pipx</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/astral-sh/uv"
|
<a href="https://github.com/astral-sh/uv"
|
||||||
>https://github.com/astral-sh/uv</a
|
>https://github.com/astral-sh/uv</a
|
||||||
>
|
>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="https://github.com/astral-sh/ruff"
|
||||||
|
>https://github.com/astral-sh/ruff</a
|
||||||
|
>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/corbindavenport/nexus-tools"
|
<a href="https://github.com/corbindavenport/nexus-tools"
|
||||||
>https://github.com/corbindavenport/nexus-tools</a
|
>https://github.com/corbindavenport/nexus-tools</a
|
||||||
|
@ -727,10 +729,13 @@
|
||||||
>
|
>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/astral-sh/ruff"
|
<a href="https://github.com/pyenv/pyenv"
|
||||||
>https://github.com/astral-sh/ruff</a
|
>https://github.com/pyenv/pyenv</a
|
||||||
>
|
>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="https://github.com/pypa/pipx">https://github.com/pypa/pipx</a>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>Language server</p>
|
<p>Language server</p>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
|
@ -137,9 +137,9 @@ Memory
|
||||||
- https://github.com/Schniz/fnm
|
- https://github.com/Schniz/fnm
|
||||||
- https://github.com/oven-sh/bun
|
- https://github.com/oven-sh/bun
|
||||||
- https://github.com/denoland/deno
|
- https://github.com/denoland/deno
|
||||||
- https://github.com/pyenv/pyenv
|
- https://github.com/astral-sh/rye
|
||||||
- https://github.com/pypa/pipx
|
|
||||||
- https://github.com/astral-sh/uv
|
- https://github.com/astral-sh/uv
|
||||||
|
- https://github.com/astral-sh/ruff
|
||||||
- https://github.com/corbindavenport/nexus-tools
|
- https://github.com/corbindavenport/nexus-tools
|
||||||
|
|
||||||
Format
|
Format
|
||||||
|
@ -148,7 +148,8 @@ Format
|
||||||
- https://github.com/mvdan/sh
|
- https://github.com/mvdan/sh
|
||||||
- https://github.com/JohnnyMorganz/StyLua
|
- https://github.com/JohnnyMorganz/StyLua
|
||||||
- https://github.com/tamasfe/taplo
|
- https://github.com/tamasfe/taplo
|
||||||
- https://github.com/astral-sh/ruff
|
- https://github.com/pyenv/pyenv
|
||||||
|
- https://github.com/pypa/pipx
|
||||||
|
|
||||||
Language server
|
Language server
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue