refactor: Introduce crates folder (#2088)

This PR introduces a new `crates` directory and moves all "product" crates into that folder. 

Part of #2059.
This commit is contained in:
Micha Reiser
2023-02-05 22:47:48 +01:00
committed by GitHub
parent e3dfa2e04e
commit cd8be8c0be
1785 changed files with 314 additions and 298 deletions

View File

@@ -4,4 +4,4 @@
# Setup the CPython repository to enable benchmarking.
###
git clone --branch 3.10 https://github.com/python/cpython.git resources/test/cpython
git clone --branch 3.10 https://github.com/python/cpython.git crates/ruff/resources/test/cpython