mirror of https://github.com/astral-sh/ruff
Use --filter=blob:none to clone CPython faster (#4156)
This commit is contained in:
parent
64b7280eb8
commit
a32617911a
|
|
@ -4,4 +4,4 @@
|
||||||
# Setup the CPython repository to enable benchmarking.
|
# Setup the CPython repository to enable benchmarking.
|
||||||
###
|
###
|
||||||
|
|
||||||
git clone --branch 3.10 https://github.com/python/cpython.git crates/ruff/resources/test/cpython
|
git clone --branch 3.10 https://github.com/python/cpython.git crates/ruff/resources/test/cpython --filter=blob:none
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue