mirror of
https://github.com/astral-sh/uv
synced 2026-01-22 05:50:25 -05:00
Install Clippy in Claude Code for Web (#17466)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -10,3 +10,7 @@ if ! command -v gh &> /dev/null; then
|
||||
mv /tmp/gh_${GH_VERSION}_linux_amd64/bin/gh ~/.local/bin/
|
||||
rm -rf /tmp/gh.tar.gz /tmp/gh_${GH_VERSION}_linux_amd64
|
||||
fi
|
||||
|
||||
if ! command -v cargo-clippy &> /dev/null; then
|
||||
rustup component add clippy
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user