mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-27 04:19:18 +00:00
Remove parser dependency from ruff-python-ast (#6096)
This commit is contained in:
parent
99127243f4
commit
2cf00fee96
658 changed files with 1714 additions and 1546 deletions
|
@ -10,13 +10,10 @@ pub mod identifier;
|
|||
pub mod imports;
|
||||
pub mod node;
|
||||
pub mod relocate;
|
||||
pub mod source_code;
|
||||
pub mod statement_visitor;
|
||||
pub mod stmt_if;
|
||||
pub mod str;
|
||||
pub mod token_kind;
|
||||
pub mod traversal;
|
||||
pub mod types;
|
||||
pub mod typing;
|
||||
pub mod visitor;
|
||||
pub mod whitespace;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue