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