mirror of
https://github.com/astral-sh/ruff
synced 2026-01-09 15:44:22 -05:00
This PR introduces a new `crates` directory and moves all "product" crates into that folder. Part of #2059.
8 lines
180 B
Bash
Executable File
8 lines
180 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
###
|
|
# Setup the CPython repository to enable benchmarking.
|
|
###
|
|
|
|
git clone --branch 3.10 https://github.com/python/cpython.git crates/ruff/resources/test/cpython
|