mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 13:25:17 +00:00
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:
parent
e3dfa2e04e
commit
cd8be8c0be
1785 changed files with 314 additions and 298 deletions
5
crates/ruff/resources/test/project/examples/excluded/script.py
Executable file
5
crates/ruff/resources/test/project/examples/excluded/script.py
Executable file
|
@ -0,0 +1,5 @@
|
|||
import os
|
||||
|
||||
|
||||
def f():
|
||||
x = 1
|
Loading…
Add table
Add a link
Reference in a new issue