mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 18:58:04 +00:00
Use --filter=blob:none to clone CPython faster (#4156)
This commit is contained in:
parent
64b7280eb8
commit
a32617911a
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@
|
|||
# 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…
Add table
Add a link
Reference in a new issue