mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-16 16:40:19 +00:00
Move python
into its own ruff_python
crate (#2593)
This commit is contained in:
parent
ecc9f5de99
commit
87d0aa5561
33 changed files with 158 additions and 119 deletions
7
crates/ruff_python/src/lib.rs
Normal file
7
crates/ruff_python/src/lib.rs
Normal file
|
@ -0,0 +1,7 @@
|
|||
pub mod builtins;
|
||||
pub mod future;
|
||||
pub mod identifiers;
|
||||
pub mod keyword;
|
||||
pub mod string;
|
||||
pub mod sys;
|
||||
pub mod typing;
|
Loading…
Add table
Add a link
Reference in a new issue