mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-07 13:15:06 +00:00
8 lines
159 B
Bash
Executable file
8 lines
159 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
rustup default < rust-toolchain
|
|
rustup component add clippy rustfmt
|
|
cargo install cargo-insta
|
|
cargo fetch
|
|
|
|
pip install maturin pre-commit
|