mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-14 15:40:20 +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
|
@ -8,7 +8,7 @@ use rustpython_parser::lexer::lex;
|
|||
use rustpython_parser::{parse_tokens, Mode};
|
||||
|
||||
use ruff_formatter::SourceCode;
|
||||
use ruff_python_ast::source_code::CommentRangesBuilder;
|
||||
use ruff_python_index::CommentRangesBuilder;
|
||||
|
||||
use crate::{format_node, PyFormatOptions};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue