mirror of
https://github.com/astral-sh/ruff
synced 2026-01-07 14:44:17 -05:00
9 lines
159 B
Bash
Executable File
9 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
|