mirror of
https://github.com/astral-sh/ruff
synced 2026-01-06 06:04:16 -05:00
8 lines
216 B
Bash
Executable File
8 lines
216 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
###
|
|
# Setup the CPython repository to enable benchmarking.
|
|
###
|
|
|
|
git clone --branch 3.12 https://github.com/python/cpython.git crates/ruff_linter/resources/test/cpython --filter=blob:none --depth=1
|